If dpkg -P i2p is run, remove /etc/default/i2p

This commit is contained in:
kytv
2011-12-10 02:12:16 +00:00
parent 258effcc84
commit 1d842f024a

9
debian/i2p.postrm vendored Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh -e
if [ "$1" = "purge" ]; then
rm -f /etc/default/i2p
fi
#DEBHELPER#
exit 0