mirror of
https://github.com/i2p/i2p.i2p.git
synced 2026-04-28 21:25:20 +00:00
b97197c0fa
* build.xml: Speed up sponge's distclean additions
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
|
|
|