mirror of
https://github.com/xcat2/xcat-dep.git
synced 2024-11-22 01:21:44 +00:00
bf08ce086d
Former-commit-id: 342cdeb67cc99dc5c0da1095d07cf5f239b58c4c
9 lines
161 B
Bash
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#
|