Do not remove user when removing package.
authorccsmart <ccsmart@smartpal.de>
Tue, 2 Aug 2005 20:04:06 +0000 (20:04 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 2 Aug 2005 20:04:06 +0000 (20:04 +0000)
packages/cyrus-sasl/cyrus-sasl_2.1.19.bb

index 7d87661..ebf892a 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "console/network"
 DEPENDS = "db3 openssl"
 DESCRIPTION = "Generic client/server library for SASL authentication."
 LICENSE = "BSD"
-PR = "r4"
+PR = "r5"
 
 SRC_URI = "ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/cyrus-sasl-${PV}.tar.gz \
           file://berkdb.m4.patch;patch=1"
@@ -49,8 +49,3 @@ pkg_postinst () {
        echo "cyrus" | saslpasswd2 -p -c cyrus
        chgrp mail /etc/sasldb2
 }
-
-pkg_postrm () {
-        grep cyrus /etc/passwd && deluser cyrus
-}
-