summarylogtreecommitdiffstats
path: root/daemon.install
blob: 25ba276d739e1419b162ee73b6b5f4612c235fcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
msg() {
	echo "==> IMPORTANT: Please enable the daemon service with
	\"systemctl enable --now razerdaemon.service\"
	
	=> run 'razer-cli help' for info on how to use the cli"
}

post_upgrade() {
	msg
}

post_install() {
	msg
}