Sophie

Sophie

distrib > Mageia > 1 > x86_64 > by-pkgid > f5557f39fb93ad09daf303f22602f2aa > scriptlet

php-geoip-1.0.7-11.mga1.x86_64.rpm

POSTIN

/bin/sh
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