summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 154a28dbc705..960f4a6836bf 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,3 +1,8 @@
+pre_install() {
+ systemctl disable -f --now mousemapper.service || true
+ rm -rf /usr/bin/mousemapper.sh /usr/lib/systemd/system/mousemapper.service"
+}
+
post_install() {
systemctl daemon-reload && systemctl enable -f --now mousemapper.service
}