summarylogtreecommitdiffstats
path: root/key-mapper-git.install
diff options
context:
space:
mode:
authorsezanzeb2022-01-01 12:59:31 +0100
committersezanzeb2022-01-01 12:59:31 +0100
commit153b4677ad7b34c4e7887a696e60a345e9769d25 (patch)
tree7e967c9a1ac2b04c63c869394e19aff3b7cbeadc /key-mapper-git.install
parent1787b68aadd00c800b32fccef278650ca5982675 (diff)
downloadaur-153b4677ad7b34c4e7887a696e60a345e9769d25.tar.gz
renamed to input-remapper
Diffstat (limited to 'key-mapper-git.install')
-rw-r--r--key-mapper-git.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/key-mapper-git.install b/key-mapper-git.install
deleted file mode 100644
index 2f87bafa9cb7..000000000000
--- a/key-mapper-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- systemctl enable key-mapper
- systemctl start key-mapper
-}
-
-post_upgrade() {
- if [ -d "/run/systemd/system/" ] && systemctl is-active --quiet key-mapper
- then
- systemctl restart key-mapper
- fi
-}
-