summarylogtreecommitdiffstats
path: root/.INSTALL
diff options
context:
space:
mode:
authoryjun1232020-08-01 21:23:30 +0800
committeryjun1232020-08-01 21:23:30 +0800
commit310bf7b6b0e033de51c2a4a655209a8a1bf5faca (patch)
tree570f3f1590ef70a8def7aaa63cb82071a255dc5e /.INSTALL
downloadaur-310bf7b6b0e033de51c2a4a655209a8a1bf5faca.tar.gz
initial commit
Diffstat (limited to '.INSTALL')
-rw-r--r--.INSTALL6
1 files changed, 6 insertions, 0 deletions
diff --git a/.INSTALL b/.INSTALL
new file mode 100644
index 000000000000..00c8ac855473
--- /dev/null
+++ b/.INSTALL
@@ -0,0 +1,6 @@
+post_install() {
+ udevadm control --reload-rules
+}
+post_upgrade() {
+ udevadm control --reload-rules
+}