Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 5ae7c99db823aae96c854c243a9defd4 > scriptlet

postfix-pcre-2.10.2-2.mga4.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;