File: prerm

package info (click to toggle)
netkit-ftp-ssl 0.17.9%2B0.2-2
  • links: PTS
  • area: main
  • in suites: woody
  • size: 344 kB
  • ctags: 425
  • sloc: ansic: 6,060; makefile: 88; sh: 6
file content (8 lines) | stat: -rw-r--r-- 187 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh -e
# $Id: prerm,v 1.2 2001/02/24 13:03:29 herbert Exp $

if [ "$1" = remove ] || [ "$1" = deconfigure ]; then
	update-alternatives --remove ftp /usr/bin/ftp-ssl
fi

#DEBHELPER#