summarylogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authordszryan2019-09-22 17:52:52 +1000
committerdszryan2019-09-22 17:52:52 +1000
commite082938b31bb1bf3e38e3612eb138eaa262b5a7c (patch)
treec6ea5afa10ba66efdb93db5864d51983049f0796 /INSTALL
downloadaur-e082938b31bb1bf3e38e3612eb138eaa262b5a7c.tar.gz
initial commit
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 000000000000..81f3f0b974a2
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,7 @@
+post_install() {
+ systemctl daemon-reload && systemctl enable -f --now mousemapper.service
+}
+
+pre_remove() {
+ systemctl daemon-reload && systemctl disable -f --now mousemapper.service
+}