summarylogtreecommitdiffstats
path: root/randrctl.install
diff options
context:
space:
mode:
authorDmytro Kostiuchenko2016-03-15 20:22:02 +0100
committerDmytro Kostiuchenko2016-03-15 20:22:02 +0100
commit09886444cfa9858e55bedc7549253747c6f64b79 (patch)
tree13c7f29b2ca96c2fb89433beeddd4b795445d39a /randrctl.install
parentdb4e324bea63a843482ce7c5944de3dfbc90dc05 (diff)
downloadaur-09886444cfa9858e55bedc7549253747c6f64b79.tar.gz
New packaging
Diffstat (limited to 'randrctl.install')
-rw-r--r--randrctl.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/randrctl.install b/randrctl.install
new file mode 100644
index 000000000000..ab4847c1e7b4
--- /dev/null
+++ b/randrctl.install
@@ -0,0 +1,12 @@
+post_install() {
+ udevadm control --reload-rules
+}
+
+post_upgrade() {
+ udevadm control --reload-rules
+}
+
+post_remove() {
+ udevadm control --reload-rules
+}
+