summarylogtreecommitdiffstats
path: root/camouflage.install
diff options
context:
space:
mode:
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()
+}