File: postrm-init

package info (click to toggle)
debhelper 0.79hamm1
  • links: PTS
  • area: main
  • in suites: hamm
  • size: 332 kB
  • ctags: 6
  • sloc: sh: 578; makefile: 156; perl: 111
file content (3 lines) | stat: -rw-r--r-- 72 bytes parent folder | download | duplicates (10)
1
2
3
if [ "$1" = "purge" ] ; then
	update-rc.d #SCRIPT# remove >/dev/null
fi