File: postrm

package info (click to toggle)
linux-ftpd 0.17-20sarge2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 324 kB
  • ctags: 189
  • sloc: ansic: 2,586; yacc: 1,148; makefile: 94; sh: 22
file content (8 lines) | stat: -rw-r--r-- 213 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh -e
# $Id: postrm,v 1.1 1999/04/16 07:00:28 herbert Exp $

if [ "$1" = remove -o "$1" = purge ]; then
	update-inetd --remove "ftp		stream	tcp	nowait	root	/usr/sbin/tcpd	/usr/sbin/in.ftpd"
fi

#DEBHELPER#