summarylogtreecommitdiffstats
path: root/thinkpad-yoga-scripts-git.install
blob: b7f878c64d5332b091bfe651ac7a701af654acc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
}