File: postrm-init

package info (click to toggle)
debhelper 1.1.24
  • links: PTS
  • area: main
  • in suites: slink
  • size: 836 kB
  • ctags: 74
  • sloc: perl: 1,037; sh: 681; makefile: 360
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