summaryrefslogtreecommitdiff
path: root/community/exim/exim.install
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-25 03:21:56 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-25 03:21:56 +0000
commit58e4d57ed9a8604dff646ccdfee54f9019ca5d13 (patch)
tree4e9698b9216274fafac9483056a01a552e8e617b /community/exim/exim.install
parent15cd70d8180c2a45287e4bd8ce01a2a9248e8d62 (diff)
Tue Feb 25 03:19:16 UTC 2014
Diffstat (limited to 'community/exim/exim.install')
-rw-r--r--community/exim/exim.install7
1 files changed, 1 insertions, 6 deletions
diff --git a/community/exim/exim.install b/community/exim/exim.install
index d666be17f..4aea548e8 100644
--- a/community/exim/exim.install
+++ b/community/exim/exim.install
@@ -1,4 +1,3 @@
-# arg 1: the new package version
post_install() {
getent group exim >/dev/null 2>&1 || groupadd -g 79 exim
if getent passwd exim > /dev/null 2>&1; then
@@ -12,14 +11,10 @@ post_install() {
chmod u+s /usr/bin/exim
}
-# arg 1: the new package version
-# arg 2: the old package version
post_upgrade() {
- post_install $1
+ post_install
}
-# arg 1: the old package version
pre_remove() {
getent passwd exim >/dev/null 2>&1 && userdel exim
}
-