View file File name : tnftp.prerm Content :#!/bin/sh set -e # Automatically added by dh_installalternatives/13.6ubuntu1 if [ "$1" = "remove" ]; then update-alternatives --remove ftp /usr/bin/tnftp fi # End automatically added section