summarylogtreecommitdiffstats
path: root/u2f-udev-rules.install
blob: e4b4d4f35369720922d780a60a8b5e7837180a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
	udevadm trigger
}

post_upgrade() {
	post_install
}

post_remove() {
	post_install
}