summarylogtreecommitdiffstats
path: root/hw1-udev.install
diff options
context:
space:
mode:
authorTimothy Redaelli2015-07-14 15:20:30 +0200
committerTimothy Redaelli2015-07-14 15:20:30 +0200
commitafb50fb1816d61767e6df241b9539df3c2c160f3 (patch)
tree58fcec465b58a6eb6cec50eaf4dcd53314a025fd /hw1-udev.install
downloadaur-hw1-udev.tar.gz
Initial import
Diffstat (limited to 'hw1-udev.install')
-rw-r--r--hw1-udev.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/hw1-udev.install b/hw1-udev.install
new file mode 100644
index 000000000000..989223cd8a3a
--- /dev/null
+++ b/hw1-udev.install
@@ -0,0 +1,11 @@
+post_install() {
+ udevadm trigger
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}