Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > 5fb8daaa42bce4017dbcd6882994591f > scriptlet

php-session-5.3.18-1.mga1.i586.rpm

PREIN

/bin/sh
/usr/share/rpm-helper/add-user php $1 apache /var/www /bin/sh

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