Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > 98c8bf35c236c9bb1e2742af6a38fe5d > scriptlet

apache-mod_geoip-1.2.5-1mdv2009.0.i586.rpm

POSTIN

/bin/sh
if [ -f /var/lock/subsys/httpd ]; then
    /etc/rc.d/init.d/httpd restart 1>&2;
fi

POSTUN

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