File: postrm-menu-method

package info (click to toggle)
debhelper 5.0.42
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,332 kB
  • ctags: 64
  • sloc: perl: 2,808; makefile: 234; sh: 6
file content (3 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (11)
1
2
3
inst=/etc/menu-methods/#PACKAGE#
if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi