aboutsummaryrefslogtreecommitdiffstats
path: root/dkimproxy.install
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-04-20 16:30:38 +0000
committerJohannes Löthberg <johannes@kyriasis.com>2015-06-01 16:03:40 +0200
commit1fdce2404e720519b0566d87136511873e309096 (patch)
treea5dfb23299bb59918aac92d67340852fff8f1758 /dkimproxy.install
downloadpkgbuilds-1fdce2404e720519b0566d87136511873e309096.tar.xz
dkimproxy: import package
Diffstat (limited to 'dkimproxy.install')
-rw-r--r--dkimproxy.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/dkimproxy.install b/dkimproxy.install
new file mode 100644
index 0000000..534513b
--- /dev/null
+++ b/dkimproxy.install
@@ -0,0 +1,7 @@
+post_install() {
+ useradd -c "DKIM Proxy" -s /sbin/nologin -d /var/empty -U dkimproxy
+}
+
+post_remove() {
+ userdel dkimproxy
+}