summarylogtreecommitdiffstats
path: root/ulauncher.install
diff options
context:
space:
mode:
Diffstat (limited to 'ulauncher.install')
-rw-r--r--ulauncher.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/ulauncher.install b/ulauncher.install
new file mode 100644
index 000000000000..ac3e16d0df87
--- /dev/null
+++ b/ulauncher.install
@@ -0,0 +1,14 @@
+post_install() {
+ echo ""
+ echo "Enable the service:"
+ echo "systemctl --user enable --now ulauncher.service"
+ echo ""
+}
+
+post_upgrade() {
+ echo ""
+ echo "Restart the service:"
+ echo "systemctl --user daemon-reload"
+ echo "systemctl --user restart ulauncher.service"
+ echo ""
+}