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