summaryrefslogtreecommitdiffstats
path: root/spampd/spampd.install
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2011-10-23 22:01:53 +0200
committerFlorian Pritz <bluewind@xinu.at>2011-10-23 22:02:18 +0200
commitebc82b27288df5c58194083ead4a6e6de7f52d21 (patch)
tree30d4e874cc19a03dfc62a0ee7c6c5e6c9756d4ec /spampd/spampd.install
parent44c6e7dfa4967843b05ee961fd243f655ed31717 (diff)
downloadaur-packages-ebc82b27288df5c58194083ead4a6e6de7f52d21.tar.gz
aur-packages-ebc82b27288df5c58194083ead4a6e6de7f52d21.tar.xz
mass update (again :( )
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'spampd/spampd.install')
-rw-r--r--spampd/spampd.install3
1 files changed, 2 insertions, 1 deletions
diff --git a/spampd/spampd.install b/spampd/spampd.install
index 135f373..edf6d27 100644
--- a/spampd/spampd.install
+++ b/spampd/spampd.install
@@ -1,9 +1,10 @@
post_install() {
- useradd -r spampd
+ useradd -m -d /home/spampd -r spampd
}
post_remove() {
userdel spampd
+ echo "Remove /home/spampd if you don't want to keep spamassassin's data" >&2
}
# vim:set ts=2 sw=2 et: