summarylogtreecommitdiffstats
path: root/touchegg.install
diff options
context:
space:
mode:
authorAwesomeHaircut2020-10-07 15:21:42 -0700
committerAwesomeHaircut2020-10-07 15:21:42 -0700
commit0d6c36e98a955b84ad76114add2474d13156409f (patch)
treef7efe8e3ea0ca5095d045ebee391d3a7ba30e237 /touchegg.install
parentf617b1adca522dfd16bd2ee60bc5c284ed5e4155 (diff)
downloadaur-0d6c36e98a955b84ad76114add2474d13156409f.tar.gz
Fixed typo.
Added .install
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 ""
+}