summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--INSTALL11
2 files changed, 3 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1293ef086a7c..7350d6029a34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = wayland-mouse-mapper-git
pkgdesc = Maps mouse buttons to keys in wayland, configured to swap workspaces under gnome
- pkgver = 0.1
+ pkgver = 0.2
pkgrel = 1
url = https://github.com/dszryan/wayland-mouse-mapper-git
- install = INSTALL
+ install = wayland-mouse-mapper-git.install
arch = any
license = GPL
makedepends = git
depends = libinput>=1.14.1
depends = evemu>=2.7.0
- source = wayland-mouse-mapper-git-0.1::git+https://github.com/dszryan/wayland-mouse-mapper-git.git
+ source = wayland-mouse-mapper-git-0.2::git+https://github.com/dszryan/wayland-mouse-mapper-git.git
md5sums = SKIP
pkgname = wayland-mouse-mapper-git
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
-}