Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > f6b181d2160568b07e4e721b84a8717c > scriptlet

ocsinventory-reports-1.01-alt3.noarch.rpm

POSTIN

/bin/sh
a2chkconfig
service httpd2 condreload >/dev/null 2>&1 ||:

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
    a2chkconfig
    service httpd2 condreload >/dev/null 2>&1 ||:
fi