File: postrm

package info (click to toggle)
workman 1.3.4-9
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,164 kB
  • ctags: 1,170
  • sloc: ansic: 14,491; makefile: 142; sh: 44
file content (9 lines) | stat: -rw-r--r-- 149 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
#!/bin/sh
# Debian standard handling
set -e
case $1 in
abort-*) exit 0;;
esac

# Update menus
if [ -x /usr/bin/update-menus ]; then update-menus; fi