Sophie

Sophie

distrib > Fedora > 20 > x86_64 > by-pkgid > dbe9b1a5a53940c7db8c96a51acdef52 > scriptlet

haveged-1.9.1-1.fc20.i686.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh
/sbin/ldconfig

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        /usr/bin/systemctl preset haveged.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 haveged.service >/dev/null 2>&1 || : 
fi 
/sbin/ldconfig