summarylogtreecommitdiffstats
path: root/textsecure-cli.install
blob: b43d3c6d7c1ce3549f06ca509fffcc0b6dd25ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
post_common() {
	systemd-sysusers
	systemd-tmpfiles --create textsecure-cli.conf
}

post_install() {
	post_common "$@"
}

post_upgrade() {
	post_common "$@"
}