2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-22 17:41:51 +00:00
xcat-dep/atftp/debian/atftpd-xcat.postrm

9 lines
161 B
Plaintext
Raw Normal View History

#!/bin/sh -e
if [ "$1" = "purge" ]; then
update-inetd --group BOOT --remove "tftp.*/usr/sbin/in.tftpd.*"
rm -f /etc/logorotate.d/atftpd
fi
#DEBHELPER#