summarylogtreecommitdiffstats
path: root/owamp.install
diff options
context:
space:
mode:
Diffstat (limited to 'owamp.install')
-rw-r--r--owamp.install14
1 files changed, 14 insertions, 0 deletions
diff --git a/owamp.install b/owamp.install
new file mode 100644
index 000000000000..37ca2ba463fe
--- /dev/null
+++ b/owamp.install
@@ -0,0 +1,14 @@
+#/bin/sh
+
+# arg 1: the new package version
+post_install() {
+ systemd-sysusers /usr/lib/sysusers.d/owamp.conf
+ systemd-tmpfiles --create /usr/lib/tmpfiles.d/owamp.conf
+ systemctl daemon-reload
+}
+
+post_upgrade() {
+ systemctl daemon-reload
+}
+
+# vim:set ts=2 sw=2 et: