summarylogtreecommitdiffstats
path: root/prismatik.install
blob: 1e51dc482ef3b9971a104c71a03fd408f7391e2c (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	udevadm control --reload-rules
}

post_upgrade() {
	post_install $1
}

post_remove() {
	post_install $1
}