summarylogtreecommitdiffstats
path: root/xf86-input-cmt.install
diff options
context:
space:
mode:
Diffstat (limited to 'xf86-input-cmt.install')
-rw-r--r--xf86-input-cmt.install7
1 files changed, 3 insertions, 4 deletions
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."