Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 4d3718ff70a470430cfbab6771351f0a > scriptlet

lldpad-0.9.45-4.fc18.i686.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh
/sbin/ldconfig

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

POSTUN

/bin/sh
/sbin/ldconfig

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