Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > e44935f66b42216d33aebb7779d27c7b > scriptlet

bootparamd-0.17-37.fc18.i686.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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

Triggers

bootparamd < 0.17-31

/bin/sh
/usr/bin/systemd-sysv-convert --save bootparamd > /dev/null 2>&1 || :
/sbin/chkconfig --del bootparamd > /dev/null 2>&1 || :
/bin/systemctl try-restart bootparamd.service > /dev/null 2>&1 || :