File: postrm

package info (click to toggle)
util-linux 2.10f-5.1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 4,828 kB
  • ctags: 4,184
  • sloc: ansic: 39,219; makefile: 898; sh: 685; perl: 65; csh: 62; sed: 55; cs: 27
file content (18 lines) | stat: -rw-r--r-- 240 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

case "$1" in
	remove)
		install-info --quiet --remove ipc
		;;
	*)
		;;
esac

if [ -x /usr/sbin/update-mime ]; then
	update-mime
fi

#if [ -x /usr/sbin/suidunregister ]; then
#        suidunregister -s kbdrate /sbin/kbdrate
#fi