summarylogtreecommitdiffstats
path: root/xf86-input-egalax.install
diff options
context:
space:
mode:
Diffstat (limited to 'xf86-input-egalax.install')
-rw-r--r--xf86-input-egalax.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/xf86-input-egalax.install b/xf86-input-egalax.install
new file mode 100644
index 000000000000..a5d82892c886
--- /dev/null
+++ b/xf86-input-egalax.install
@@ -0,0 +1,14 @@
+_install_notes() {
+ echo
+ echo "(I) To start the eGTouch driver on boot:"
+ echo " # systemctl enable eGTouchD.service"
+ echo
+}
+
+post_install() {
+ _install_notes
+}
+
+post_upgrade() {
+ _install_notes
+}