File: postrm

package info (click to toggle)
latrine 0.9.0-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 644 kB
  • ctags: 189
  • sloc: ansic: 2,098; sh: 236; makefile: 113
file content (9 lines) | stat: -rw-r--r-- 103 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

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

exit 0