Sophie

Sophie

distrib > Mandriva > 2006.0 > x86_64 > media > contrib > by-pkgid > 1a93f35299171e55985cd0e762a7e388 > scriptlet

snortcenter-1.0-0.2mdk.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