summarylogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 0 insertions, 11 deletions
diff --git a/INSTALL b/INSTALL
deleted file mode 100644
index 688d4c9d977d..000000000000
--- a/INSTALL
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- systemctl daemon-reload && systemctl enable -f --now mousemapper.service
-}
-
-pre_upgrade() {
- systemctl disable -f --now mousemapper.service || true
-}
-
-pre_remove() {
- systemctl daemon-reload && systemctl disable -f --now mousemapper.service || true
-}