Sophie

Sophie

distrib > Fedora > 14 > i386 > media > os > by-pkgid > 91f3bcf21a6d6e653e79ebe2a35a96a9 > scriptlet

atop-1.23-10.fc12.i686.rpm

PREUN

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

POSTIN

/bin/sh
/sbin/chkconfig --add atop

POSTUN

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