aboutsummaryrefslogtreecommitdiffstats
path: root/testing/dspam/dspam.pre-install
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-03-26 10:32:35 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-03-26 10:32:35 +0000
commitb001c87f5d08678d4e891f84d70a9fed78ecf258 (patch)
treee56b9f86eeee76e68d560e8f51c39f8fef096b5e /testing/dspam/dspam.pre-install
parent1df361816c6a1773d5648e22746e57b29d35eae8 (diff)
downloadaports-b001c87f5d08678d4e891f84d70a9fed78ecf258.tar.bz2
aports-b001c87f5d08678d4e891f84d70a9fed78ecf258.tar.xz
unmaintained/dspam: move from testing
does not look like anything happened upstream
Diffstat (limited to 'testing/dspam/dspam.pre-install')
-rw-r--r--testing/dspam/dspam.pre-install7
1 files changed, 0 insertions, 7 deletions
diff --git a/testing/dspam/dspam.pre-install b/testing/dspam/dspam.pre-install
deleted file mode 100644
index 8cffce83a3..0000000000
--- a/testing/dspam/dspam.pre-install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-
-addgroup -S dspam 2>/dev/null
-adduser -S -D -h /var/lib/dspam -s /bin/false -G dspam -g dspam dspam 2>/dev/null
-chown dspam:dspam /var/lib/dspam
-
-exit 0