Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > 314b4f6ef08df3671984b95112833747 > scriptlet

postnuke-setup-0.762-2.noarch.rpm

POSTIN

/bin/sh
chmod 660 /etc/webapps/postnuke/config.php
chown root:http /etc/webapps/postnuke/config.php

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
	chmod 640 /etc/webapps/postnuke/config.php
	chown root:http /etc/webapps/postnuke/config.php
fi