DEBSOURCES
Skip Quicknav
sources / inetutils / 2%3A2.6-3 / debian / inetutils-ftpd.postrm
12345678910111213
#!/bin/sh set -e if [ "$1" = "remove" ]; then if [ -x "$(command -v update-inetd)" ]; then update-inetd --remove ftp fi fi #DEBHELPER# exit 0