File: postrm-menu-method

package info (click to toggle)
debhelper 4.0.2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 684 kB
  • ctags: 49
  • sloc: perl: 2,095; makefile: 218
file content (3 lines) | stat: -rw-r--r-- 152 bytes parent folder | download
1
2
3
inst=/etc/menu-methods/#PACKAGE#
if [ "$1" = "remove" -a -f "$inst" ]; then chmod a-x $inst ; fi
if [ -x /usr/bin/update-menus ]; then update-menus; fi