File: postrm

package info (click to toggle)
apcd 0.6a.nr-7
  • links: PTS
  • area: main
  • in suites: potato
  • size: 376 kB
  • ctags: 143
  • sloc: ansic: 1,166; sh: 130; makefile: 74
file content (8 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!	/bin/sh
#
# postrm file for apcd

if [ "$1" = "purge" ]
then
   update-rc.d apcd remove >/dev/null
fi