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

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}