blob: 8bf945fbf96a9f0542a32ae90c1b4aefc8d93d58 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
echo "==> I2P Router webui can be accessed at"
echo "==> http://127.0.0.1:7657/config.jsp"
}
post_remove() {
rm -rf /opt/i2p/{lib*.so*,.tmp,.cache}
echo "==> Router configuration is saved in /opt/i2p/.i2p"
}
|