Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > media > core > by-pkgid > a7110385ff2121cef31fea480adcbe8f > scriptlet

ocsinventory-server-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