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