Sophie

Sophie

distrib > Mandriva > 2009.1 > x86_64 > media > main-release > by-pkgid > 4a226f44ce5001405028d68b8a25612e > scriptlet

php-session-5.2.9-6mdv2009.1.x86_64.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