Sophie

Sophie

distrib > Mandriva > cs4.0 > x86_64 > by-pkgid > bbed7c8b8fa5f74f1cf99f5ec528054e > scriptlet

postfix-pcre-2.2.11-1mlcs4.x86_64.rpm

POSTIN

/bin/sh
FILE=/etc/postfix/dynamicmaps.cf; if ! grep -q "^pcre[[:space:]]" ${FILE}; then echo "pcre	/usr/lib64/postfix/dict_pcre.so	dict_pcre_open" >> ${FILE}; fi

POSTUN

/bin/sh
FILE=/etc/postfix/dynamicmaps.cf; if [ $1 = 0 -a -s $FILE ]; then  cp -p ${FILE} ${FILE}.$$; grep -v "^pcre[[:space:]]" ${FILE}.$$ > ${FILE}; rm -f ${FILE}.$$; fi