Sophie

Sophie

distrib > Fedora > 19 > i386 > by-pkgid > 77a9651f5507d5e43e83e4ea2684cfdd > scriptlet

dlm-4.0.1-2.fc19.i686.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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