Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > contrib-release > by-pkgid > b06d6b10682ea5dbf76f17034da476da > scriptlet

php-expect-0.2.5-4mdv2009.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