summarylogtreecommitdiffstats
path: root/libticables.install
diff options
context:
space:
mode:
Diffstat (limited to 'libticables.install')
-rw-r--r--libticables.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/libticables.install b/libticables.install
new file mode 100644
index 000000000000..eab1787b043d
--- /dev/null
+++ b/libticables.install
@@ -0,0 +1,13 @@
+post_install() {
+ echo -n "Reloading udev rules..."
+ udevadm control --reload-rules
+ echo "done."
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}