Sophie

Sophie

distrib > Mageia > 4 > i586 > media > core-release > by-pkgid > 1b37497539b7721a5a4e20e63509b21a > scriptlet

postfix-sqlite-2.10.2-2.mga4.i586.rpm

POSTIN

/bin/sh
FILE=/etc/postfix/dynamicmaps.cf; if ! grep -q "^sqlite[[:space:]]" ${FILE}; then echo "sqlite	/usr/lib/postfix/dict_sqlite.so	dict_sqlite_open" >> ${FILE}; fi;

POSTUN

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