summarylogtreecommitdiffstats
path: root/syncthing-appmenu.install
diff options
context:
space:
mode:
Diffstat (limited to 'syncthing-appmenu.install')
-rw-r--r--syncthing-appmenu.install17
1 files changed, 17 insertions, 0 deletions
diff --git a/syncthing-appmenu.install b/syncthing-appmenu.install
new file mode 100644
index 000000000000..7a7dc1d86154
--- /dev/null
+++ b/syncthing-appmenu.install
@@ -0,0 +1,17 @@
+post_install() {
+ printf "
+ #################################################################
+
+ If you want to enable syncthing permanently,
+ open a terminal and type:
+
+ systemctl --user enable --now syncthing
+
+ #################################################################
+"
+}
+
+post_upgrade() {
+ post_install
+}
+