repo.or.cz
/
aur-mirror.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git]
/
spampd
/
spampd.install
blob
edf6d274cf44038ccdcfda9eb26521bcb7f744a7
1
post_install() {
2
useradd -m -d /home/spampd -r spampd
3
}
4
5
post_remove() {
6
userdel spampd
7
echo "Remove /home/spampd if you don't want to keep spamassassin's data" >&2
8
}
9
10
# vim:set ts=2 sw=2 et: