File: postrm

package info (click to toggle)
poppassd 1.8.5-8
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 132 kB
  • sloc: ansic: 382; makefile: 24; sh: 8
file content (10 lines) | stat: -rw-r--r-- 176 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -e

if which update-inetd >/dev/null 2>&1 ; then
	update-inetd --remove '^poppassd'
	update-inetd --comment-chars "#disabled#" --enable poppassd
fi

#DEBHELPER#