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

post_upgrade() {
  post_install
}

post_remove() {
  post_install
}