Sophie

Sophie

distrib > Fedora > 15 > x86_64 > media > os > by-pkgid > e847d5c03cffaf252d1d0bd2dbb9bd7e > scriptlet

autodir-0.99.9-9.fc12.x86_64.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ]; then
    /sbin/service autogroup stop &>/dev/null || :
    /sbin/service autohome stop &>/dev/null || :
    /sbin/chkconfig --del autogroup
    /sbin/chkconfig --del autohome
fi

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
    /sbin/chkconfig --add autogroup
    /sbin/chkconfig --add autohome
fi

POSTUN

/bin/sh
if [ $1 -ge 1 ]; then
    /sbin/service autogroup condrestart &>/dev/null || :
    /sbin/service autohome condrestart &>/dev/null || :
fi