Sophie

Sophie

distrib > Mageia > cauldron > i586 > by-pkgid > e2f9e3d9406f860b8ee7322433ea565f > scriptlet

apache-mod_auth_pam-1.1.1-8.mga9.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