Sophie

Sophie

distrib > Mandriva > 2007.0 > i586 > media > contrib-release > by-pkgid > 224fafd69d22f384548770c265e46b78 > scriptlet

open79xx-1.2-1mdv2007.0.noarch.rpm

POSTIN

/bin/sh
if [ "$1" = "1" ]; then /sbin/service httpd condrestart; fi

POSTUN

/bin/sh
if [ "$1" = "0" ]; then /sbin/service httpd condrestart; else /sbin/service httpd condreload; fi