Sophie

Sophie

distrib > Momonga > development > i686 > media > os > by-pkgid > 8c4df1f3dfa4301d4ab1283c641b39d4 > scriptlet

yum-3.4.3-24m.mo8.noarch.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        systemctl preset yum-makecache.timer >/dev/null 2>&1 || : 
fi

POSTUN

/bin/sh

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