* update maintainer scripts

This commit is contained in:
hagen 2015-12-17 05:05:27 +00:00
parent 214cc8b810
commit 632d26e398
2 changed files with 6 additions and 6 deletions

2
debian/postrm vendored
View file

@ -1,9 +1,9 @@
#!/bin/sh
set -e
if [ "$1" = "purge" ]; then
rm -f /etc/default/i2pd /var/log/i2pd.log
rm -rf /etc/i2pd
rm -rf /var/lib/i2pd
fi