forked from I2P_Developers/i2p.i2p
10 lines
190 B
Bash
Executable File
10 lines
190 B
Bash
Executable File
#!/bin/sh
|
|
I2PUSER=i2psvc
|
|
exec userdel $I2PUSER
|
|
|
|
# if somebody did updates in-network, there may be new files that dpkg
|
|
# doesn't know about, so just to be sure
|
|
I2P=/usr/lib/i2p
|
|
rm -rf $I2P
|
|
|