summarylogtreecommitdiffstats
path: root/multimonitorlock.install
blob: de950cc0f4312c26d8be928dbafbcb832684e0c4 (plain)
1
2
3
4
5
6
7
8
9
10
post_install() {
	if [[ $(pidof systemd) ]]; then
		echo "Systemd service installed, to enable type:"
		echo 'sudo systemctl enable multimonitorlock@$USER'
	fi
}

post_upgrade() {
	post_install
}