summarylogtreecommitdiffstats
path: root/i2pbote.install
diff options
context:
space:
mode:
Diffstat (limited to 'i2pbote.install')
-rw-r--r--i2pbote.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/i2pbote.install b/i2pbote.install
new file mode 100644
index 000000000000..9edc00e91afb
--- /dev/null
+++ b/i2pbote.install
@@ -0,0 +1,9 @@
+post_install() {
+ post_upgrade
+}
+
+post_upgrade() {
+ systemd-tmpfiles --create i2prouter.conf
+ chown -R i2p:i2p /opt/i2p/.i2p/plugins/i2pbote
+ chmod 700 /opt/i2p/.i2p/plugins/i2pbote
+}