Sophie

Sophie

distrib > * > cooker > x86_64 > by-pkgid > 5ef245b8c8c3c308ddec010f5c4f7abd > scriptlet

php-uploadprogress-1.0.3.1-4.x86_64.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