File: postrm

package info (click to toggle)
psh 1.8-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 812 kB
  • ctags: 520
  • sloc: perl: 7,327; makefile: 41; sh: 12
file content (11 lines) | stat: -rw-r--r-- 165 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

if [ "$1" = "remove" ]; then
	/usr/sbin/remove-shell /usr/bin/psh

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

#DEBHELPER#