From: ccsmart Date: Tue, 2 Aug 2005 20:04:06 +0000 (+0000) Subject: Do not remove user when removing package. X-Git-Tag: Release-2010-05/1~9453^2~4002 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cde17657cf5376bada118c48e28e81679e706f06;p=openembedded.git Do not remove user when removing package. --- diff --git a/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb b/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb index 7d87661861..ebf892ab3e 100644 --- a/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb +++ b/packages/cyrus-sasl/cyrus-sasl_2.1.19.bb @@ -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 -} -