summarylogtreecommitdiffstats
path: root/.install
diff options
context:
space:
mode:
Diffstat (limited to '.install')
-rw-r--r--.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/.install b/.install
new file mode 100644
index 000000000000..0d5d587529e4
--- /dev/null
+++ b/.install
@@ -0,0 +1,3 @@
+post_install() {
+ udevadm control --reload-rules && udevadm trigger
+}