summarylogtreecommitdiffstats
path: root/seedless.install
blob: 8ea15d4c4911a0c20e2bce9dd4760021ed1160f1 (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/02_seedless
    chmod 700 /opt/i2p/plugins/02_seedless
}