summarylogtreecommitdiffstats
path: root/bitbox-udev.install
blob: 959e445e1c2a49a61501eb84fda85bf17560c203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  udevadm trigger
  udevadm control --reload-rules
}

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}