summarylogtreecommitdiffstats
path: root/irq-tools.install
diff options
context:
space:
mode:
authorKonstantin Shalygin2015-11-20 13:14:57 +0600
committerKonstantin Shalygin2015-11-20 13:14:57 +0600
commit5a6c8c1e3b48720ca14239a719797dc3841d72e0 (patch)
treebc842e21ab1b0c01f094f9617ba9bad587d52a2d /irq-tools.install
downloadaur-5a6c8c1e3b48720ca14239a719797dc3841d72e0.tar.gz
Initial commit
Diffstat (limited to 'irq-tools.install')
-rw-r--r--irq-tools.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/irq-tools.install b/irq-tools.install
new file mode 100644
index 000000000000..9dfa534cf93b
--- /dev/null
+++ b/irq-tools.install
@@ -0,0 +1,11 @@
+post_install() {
+ /usr/bin/systemctl daemon-reload
+}
+
+post_upgrade() {
+ /usr/bin/systemctl daemon-reload
+}
+
+post_remove() {
+ /usr/bin/systemctl daemon-reload
+}