File: ipopd.postrm

package info (click to toggle)
imap 4.5-0slink2
  • links: PTS
  • area: main
  • in suites: slink
  • size: 5,376 kB
  • ctags: 4,844
  • sloc: ansic: 53,832; makefile: 887; sh: 78
file content (13 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh

set -e

##
## Remove POP daemons from inetd.conf
##
update-inetd --remove pop-3
update-inetd --remove pop-2

#DEBHELPER#

exit 0