summarylogtreecommitdiffstats
path: root/micronucleus.install
blob: a5fe2b8daf09411c2a266c61427a13752e93ed9f (plain)
1
2
3
4
5
6
7
8
9
post_install () {
  udevadm control --reload-rules
}

post_remove () {
  post_install "$@"
}

# vim:ts=2 sw=2 et ft=sh: