* add 'i2pd' user (#313)

This commit is contained in:
hagen 2015-12-16 13:22:55 +00:00
parent 3676304751
commit 8f218141f4
4 changed files with 59 additions and 6 deletions

12
debian/postrm vendored Executable file
View file

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