File: bidentd.postrm

package info (click to toggle)
bidentd 1.1.1-0.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 212 kB
  • ctags: 183
  • sloc: php: 480; cpp: 264; makefile: 88; sh: 49
file content (12 lines) | stat: -rw-r--r-- 305 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e
#DEBHELPER#

# I don't care what the user said; this should be removed, otherwise it
# will taint the next install. The even dpkg --purge can't help the user.
if [ "$1" = "purge" ]; then
 if which update-inetd >/dev/null; then
   update-inetd --multi --remove "/usr/sbin/bidentd"
 fi
fi