summarylogtreecommitdiffstats
path: root/gfxtablet-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'gfxtablet-git.install')
-rw-r--r--gfxtablet-git.install15
1 files changed, 11 insertions, 4 deletions
diff --git a/gfxtablet-git.install b/gfxtablet-git.install
index d2629c023b4c..0465144c3c63 100644
--- a/gfxtablet-git.install
+++ b/gfxtablet-git.install
@@ -1,9 +1,16 @@
post_install() {
- groupadd -r wheel
udevadm control -R
udevadm trigger
- echo "Add yourself to 'wheel' group."
- echo "# gpasswd -a <USER> wheel"
- echo "You may need to restart X server."
+ echo "Add yourself to 'input' group."
+ echo "# gpasswd -a <USER> input"
+ echo "You may need to log out."
+}
+
+post_upgrade() {
+ udevadm control -R
+ udevadm trigger
+ echo "Add yourself to 'input' group."
+ echo "# gpasswd -a <USER> input"
+ echo "You may need to log out."
}