Sophie

Sophie

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

powl-0.9-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