Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 08f13eda61709ae68b1cf24d083cf400 > scriptlet

systemd-bootchart-233-1.mga7.armv7hl.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

if [ $1 -eq 1 ] ; then 
        # Initial installation 
        systemctl --no-reload preset systemd-bootchart.service >/dev/null 2>&1 || : 
fi

POSTUN

/bin/sh

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