summarylogtreecommitdiffstats
path: root/multilockscreen.install
blob: 4cb80cbd181fb6f3600e6cffb168eae77d966d3f (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 multilockscreen@$USER'
	fi
}

post_upgrade() {
	post_install
}