summarylogtreecommitdiffstats
path: root/camouflage.install
diff options
context:
space:
mode:
authorSherlock Holo2019-03-01 02:49:24 +0800
committerSherlock Holo2019-03-01 02:49:24 +0800
commitd5e8d65755ecf046e1cd9da0776d43b4440a3405 (patch)
tree7a0868aa6fcb88a43ecc8c452ebd537f6261a55d /camouflage.install
downloadaur-d5e8d65755ecf046e1cd9da0776d43b4440a3405.tar.gz
Add camouflage-git
Diffstat (limited to 'camouflage.install')
-rw-r--r--camouflage.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/camouflage.install b/camouflage.install
new file mode 100644
index 000000000000..db0bb69e12f9
--- /dev/null
+++ b/camouflage.install
@@ -0,0 +1,11 @@
+post_install() {
+ systemctl --quiet daemon-reload
+}
+
+post_upgrade() {
+ post_install()
+}
+
+post_remove() {
+ post_install()
+}