Sophie

Sophie

distrib > Mageia > 1 > i586 > media > core-release > by-pkgid > bcd836d925123bf71b096ff55fb7348e > scriptlet

php-bloomy-0.1.0-8.mga1.i586.rpm

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