Sophie

Sophie

distrib > Mageia > 7 > i586 > media > core-release > by-pkgid > 2452631ec07e54a0a0a4f2a6e8b8344f > scriptlet

blueman-2.1-0.beta1.1.mga7.i586.rpm

PREUN

/bin/sh

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


if [ $1 -eq 0 ] ; then 
        # Package removal, not upgrade 
        systemctl --global disable blueman-applet.service >/dev/null 2>&1 || : 
fi

POSTIN

/bin/sh

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


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

POSTUN

/bin/sh

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