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