Sophie

Sophie

distrib > Fedora > 14 > i386 > by-pkgid > 7572875c92ab313d054616e615991e84 > scriptlet

hddtemp-0.3-0.20.beta15.fc13.i686.rpm

PREUN

/bin/sh
if [ $1 -eq 0 ] ; then
    /etc/rc.d/init.d/hddtemp stop >/dev/null 2>&1 || :
    /sbin/chkconfig --del hddtemp
fi

POSTIN

/bin/sh
/sbin/chkconfig --add hddtemp
if [ $1 -gt 1 ] ; then
    /etc/rc.d/init.d/hddtemp try-restart >/dev/null || :
fi