Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 19887f6692863dfacc26b0d0cbdee07b > scriptlet

php-expect-0.2.6-1mdv2010.0.i586.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