~eloaders/i-nex/I-Nex

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: eloaders
  • Date: 2014-01-29 14:36:27 UTC
  • Revision ID: git-v1:af5949159d698e65b4d2a2062f57062a7f606cfc
New I-Nex Logo

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
if [ -x "`which update-menus 2>/dev/null`" ]; then 
3
 
        update-menus ; 
4
 
fi