summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoseph Riches2015-11-25 13:33:42 +0000
committerJoseph Riches2015-11-25 13:33:42 +0000
commitf8c2c9926b560812b493888d7a287958d431370f (patch)
tree46df910dd870b82b50e5a19eb0f05f129a91702e
parentadba2b0c9a97bc2149dc290c9a49e6427f0a98d6 (diff)
downloadaur-f8c2c9926b560812b493888d7a287958d431370f.tar.gz
xf86-input-cmt: cmt-post-install -> cmt-conf-setup
* Automatically run cmt-conf-setup on install or upgrade
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--xf86-input-cmt.install7
3 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07c5295d46f8..c073517f13a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xf86-input-cmt
pkgdesc = Chromium OS multitouch input driver for Xorg X server
pkgver = 2.0.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/hugegreenbug/xf86-input-cmt
install = xf86-input-cmt.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 5ef426df0a65..88096bd8c405 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=xf86-input-cmt
pkgdesc="Chromium OS multitouch input driver for Xorg X server"
pkgver=2.0.5
-pkgrel=1
+pkgrel=2
arch=(i686 x86_64)
url="https://github.com/hugegreenbug/xf86-input-cmt"
license=('custom:chromiumos')
diff --git a/xf86-input-cmt.install b/xf86-input-cmt.install
index 17ec9bc5eace..13f7bb055016 100644
--- a/xf86-input-cmt.install
+++ b/xf86-input-cmt.install
@@ -12,10 +12,9 @@ blue="${blue}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
post_install(){
- msg_blue "To install the correct configuration files"
- msg_blue "for your device, run:"
- msg_blue "# cmt-post-install install"
- msg_blue "To make sure you can use the cmt driver also run:"
+ msg_blue "Setting up correct configuration files"
+ sudo cmt-conf-setup install
+ msg_blue "To make sure you can use the cmt driver run:"
msg_blue "# usermod -a -G input <user>"
msg_blue "Where <user> is the user(s) wanting to use the touchpad."
note "Finished, reboot to use the driver."