summarylogtreecommitdiffstats
path: root/razercfg.install
blob: 1982c00de96768a44619bc7d90ff5258226ce037 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
	ldconfig
	udevadm control --reload-rules
	echo "Note: The 'razerd' daemon must be started before using the configuration tool"
    /usr/bin/systemd-tmpfiles --create razerd.conf || true
}

post_upgrade() {
	ldconfig
	udevadm control --reload-rules
}

post_remove() {
	post_upgrade
}