summarylogtreecommitdiffstats
path: root/i2p.install
diff options
context:
space:
mode:
Diffstat (limited to 'i2p.install')
-rwxr-xr-xi2p.install4
1 files changed, 4 insertions, 0 deletions
diff --git a/i2p.install b/i2p.install
index caa60bd1a788..68c5726b257f 100755
--- a/i2p.install
+++ b/i2p.install
@@ -18,3 +18,7 @@ post_upgrade() {
}
fi
}
+
+post_remove() {
+ rm -f /opt/i2p/lib*.so*
+}