Sophie

Sophie

distrib > Fedora > 18 > x86_64 > media > updates > by-pkgid > fea5b402c89e305ac53376ed6c407dc0 > scriptlet

freeipmi-bmc-watchdog-1.2.4-1.fc18.x86_64.rpm

PREUN

/bin/sh

if [ $1 -eq 0 ] ; then 
        # Package removal, not upgrade 
        /usr/bin/systemctl --no-reload disable bmc-watchdog.service > /dev/null 2>&1 || : 
        /usr/bin/systemctl stop bmc-watchdog.service > /dev/null 2>&1 || : 
fi

POSTIN

/bin/sh

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        /usr/bin/systemctl preset bmc-watchdog.service >/dev/null 2>&1 || : 
fi

POSTUN

/bin/sh

/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || : 
if [ $1 -ge 1 ] ; then 
        # Package upgrade, not uninstall 
        /usr/bin/systemctl try-restart bmc-watchdog.service >/dev/null 2>&1 || : 
fi