summarylogtreecommitdiffstats
path: root/signal-cli.install
diff options
context:
space:
mode:
Diffstat (limited to 'signal-cli.install')
-rw-r--r--signal-cli.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/signal-cli.install b/signal-cli.install
new file mode 100644
index 000000000000..6b52bb262389
--- /dev/null
+++ b/signal-cli.install
@@ -0,0 +1,13 @@
+#!/bin/sh
+post_common() {
+ systemd-sysusers signal-cli.conf
+ systemd-tmpfiles --create signal-cli.conf
+}
+
+post_install() {
+ post_common "$@"
+}
+
+post_upgrade() {
+ post_common "$@"
+}