mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
* add 'i2pd' user (#313)
This commit is contained in:
parent
3676304751
commit
8f218141f4
4 changed files with 59 additions and 6 deletions
12
debian/postrm
vendored
Executable file
12
debian/postrm
vendored
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue