Sophie

Sophie

distrib > * > 2009.0 > i586 > by-pkgid > 3b745968cea630ff0a7a634cc7a55154 > scriptlet

php-sqlite3-0.6-2mdv2009.0.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