ubuntu-22.04.3-desktop-amd64/casper/filesystem/var/lib/dpkg/info/tnftp.prerm

8 lines
192 B
Bash
Executable File

#!/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