Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 15e128f53afb7a5be646cbd61d44d653 > scriptlet

apache-mod_userdir-2.2.22-2.mga1.i586.rpm

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

POSTTRANS

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