Version increased to 0.9.8cvs20050303-2.1maemo2.
[udhcp] / debian / postrm.udhcpd
1 #!/bin/sh -e
2
3 #killall udhcpd || true Really we do that better in prerm
4
5 if [ "$1" = purge ]; then
6         update-rc.d udhcpd remove >/dev/null
7         rm -rf /etc/udhcpd.conf || true
8 fi