File: postrm

package info (click to toggle)
wterm 6.2.9-4
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,584 kB
  • ctags: 1,312
  • sloc: ansic: 12,563; sh: 543; makefile: 354
file content (5 lines) | stat: -rw-r--r-- 104 bytes parent folder | download | duplicates (20)
1
2
3
4
5
#!/bin/sh -e

if [ "$1" = remove ]; then
    if test -x /usr/bin/update-menus; then update-menus; fi
fi