summarylogtreecommitdiffstats
path: root/flexoptix.install
blob: 939ad85dd5363020dd7087ef0d389cca66cd349b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
post_install() {
  echo 'Reloading udevadm rules..'
  udevadm control --reload-rules
  udevadm trigger
}

post_update() {
  post_install
}

post_remove() {
  post_install
}