summarylogtreecommitdiffstats
path: root/thinkpad-yoga-scripts-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'thinkpad-yoga-scripts-git.install')
-rw-r--r--thinkpad-yoga-scripts-git.install24
1 files changed, 24 insertions, 0 deletions
diff --git a/thinkpad-yoga-scripts-git.install b/thinkpad-yoga-scripts-git.install
new file mode 100644
index 000000000000..b7f878c64d53
--- /dev/null
+++ b/thinkpad-yoga-scripts-git.install
@@ -0,0 +1,24 @@
+_note_services(){
+ echo ''
+ echo '(Re)start services now!'
+ echo ''
+ echo 'To enable starting of services at startup run:'
+ echo '----------------------------------------------'
+ echo 'systemctl enable wacom-proximity@<username>.service'
+ echo 'systemctl enable yoga-rotate@<username>.service'
+ echo 'systemctl enable yoga-tablet.service'
+ echo 'systemctl enable yoga-backlight.service'
+ echo ''
+ echo 'Where <username> is your login username'
+ echo ''
+ echo 'Bugs/Readme: http://github.com/admiralakber/thinkpad-yoga-scripts'
+ echo 'Check the README.md for customization and different environments'
+}
+
+post_install(){
+ _note_services
+}
+
+post_upgrade(){
+ _note_services
+}