Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > 4a1bb056d03391545ad598445895db49 > scriptlet

hddtemp-0.3-0.21.beta15.fc15.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