summarylogtreecommitdiffstats
path: root/micronucleus.install
diff options
context:
space:
mode:
Diffstat (limited to 'micronucleus.install')
-rw-r--r--micronucleus.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/micronucleus.install b/micronucleus.install
new file mode 100644
index 000000000000..a5fe2b8daf09
--- /dev/null
+++ b/micronucleus.install
@@ -0,0 +1,9 @@
+post_install () {
+ udevadm control --reload-rules
+}
+
+post_remove () {
+ post_install "$@"
+}
+
+# vim:ts=2 sw=2 et ft=sh: