summarylogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authordszryan2019-09-27 21:07:06 +1000
committerdszryan2019-09-27 21:07:06 +1000
commit0c284fc922834b27ff5d913e130fdf0ba834de18 (patch)
treec4db899d216bd8bc39ed9fefcd6b178e7711e554 /INSTALL
parent753b97ae8c40101a6f19abe58bc6d5ade7e48b21 (diff)
downloadaur-0c284fc922834b27ff5d913e130fdf0ba834de18.tar.gz
removed unused INSTALL file
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
-}