summarylogtreecommitdiffstats
path: root/solokeys-udev.install
diff options
context:
space:
mode:
authorSquare2019-05-20 01:42:15 +0200
committerSquare2019-05-20 01:42:15 +0200
commit1b4d5ca7d3a091e8159e4ace7eb4ea89d6bf0532 (patch)
tree871f4aeb5b5928687ff16b0decd61c806425d638 /solokeys-udev.install
downloadaur-1b4d5ca7d3a091e8159e4ace7eb4ea89d6bf0532.tar.gz
initial commit
Diffstat (limited to 'solokeys-udev.install')
-rw-r--r--solokeys-udev.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/solokeys-udev.install b/solokeys-udev.install
new file mode 100644
index 000000000000..394c51ce0534
--- /dev/null
+++ b/solokeys-udev.install
@@ -0,0 +1,12 @@
+post_install() {
+ udevadm control --reload-rules
+ udevadm trigger
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}