Skip to content
Snippets Groups Projects
Commit 561a74c8 authored by Bob Mottram's avatar Bob Mottram
Browse files

Remove i2p share directory

parent bb18a8c9
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment