2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-22 09:31:48 +00:00
xcat-dep/atftp/debian/atftpd-xcat.postrm
hamzy bf08ce086d This is the first draft of building packages under Debian
Former-commit-id: 342cdeb67cc99dc5c0da1095d07cf5f239b58c4c
2011-05-03 20:29:30 +00:00

9 lines
161 B
Bash

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