blob: afd0f4b29269411ad2e5d8dbd103029226cb90e3 (
plain)
1
2
3
4
5
6
7
8
9
|
post_install() {
post_upgrade
}
post_upgrade() {
systemd-tmpfiles --create i2prouter.conf
chown -R i2p:i2p /opt/i2p/plugins/01_neodatis
chmod 700 /opt/i2p/plugins/01_neodatis
}
|