File: postrm

package info (click to toggle)
dhcp-helper 0.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 96 kB
  • ctags: 43
  • sloc: ansic: 397; sh: 64; makefile: 60
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
#!/bin/sh
set -e

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