Sophie

Sophie

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

ntp-perl-4.2.6p5-8.fc18.noarch.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

POSTUN

/bin/sh

/usr/bin/systemctl daemon-reload >/dev/null 2>&1 || :