File: prerm

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

set -e

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

#DEBHELPER#