Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > efc1d62d5b526c24ca18cee0e522e92a > scriptlet

postfix-pcre-3.5.9-1.mga8.i586.rpm

POSTIN

/bin/sh
FILE=/etc/postfix/dynamicmaps.cf; if ! grep -q "^pcre[[:space:]]" ${FILE}; then echo "pcre	/usr/lib/postfix-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;