forked from I2P_Developers/i2p.i2p
If dpkg -P i2p is run, remove /etc/default/i2p
This commit is contained in:
9
debian/i2p.postrm
vendored
Normal file
9
debian/i2p.postrm
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
if [ "$1" = "purge" ]; then
|
||||
rm -f /etc/default/i2p
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user