summarylogtreecommitdiffstats
path: root/onlykey.install
diff options
context:
space:
mode:
Diffstat (limited to 'onlykey.install')
-rw-r--r--onlykey.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/onlykey.install b/onlykey.install
new file mode 100644
index 000000000000..64a39eb2d562
--- /dev/null
+++ b/onlykey.install
@@ -0,0 +1,11 @@
+post_install() {
+ udevadm control --reload
+}
+
+post_upgrade() {
+ udevadm control --reload
+}
+
+post_remove() {
+ udevadm control --reload
+}