Sophie

Sophie

distrib > Mandriva > current > x86_64 > media > contrib-updates > by-pkgid > 507fdf486fabd927cb5c38617b75550e > scriptlet

apache-mod_speedycgi-2.220.0-1.1mdv2010.2.x86_64.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