Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > dbcf4f1b60343a540d5bc4c78ece9673 > scriptlet

php-expect-0.2.4-3mdv2008.1.x86_64.rpm

POSTIN

/bin/sh
if [ $1 = 1 ]; then
    /usr/share/rpm-helper/create-file php-expect $1 /var/log/httpd/php-expect.log apache apache 644 
fi

if [ -f /var/lock/subsys/httpd ]; then
    /etc/rc.d/init.d/httpd restart >/dev/null || :
fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
    if [ -f /var/lock/subsys/httpd ]; then
	/etc/rc.d/init.d/httpd restart >/dev/null || :
    fi
fi