mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 17:41:51 +00:00
9 lines
161 B
Plaintext
9 lines
161 B
Plaintext
|
#!/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#
|