Remove i2p share directory

This commit is contained in:
Bob Mottram 2018-02-11 22:40:33 +00:00
parent bb18a8c9be
commit 561a74c846
1 changed files with 3 additions and 0 deletions

View File

@ -75,6 +75,9 @@ function remove_i2p {
if [ -d /etc/i2p ]; then
rm -rf /etc/i2p
fi
if [ -d /usr/share/i2p ]; then
rm -rf /usr/share/i2p
fi
}
function i2p_enable_sam {