Sophie

Sophie

distrib > Mageia > 8 > i586 > by-pkgid > 6d5971991229695e476163dacae8efce > scriptlet

dnfdaemon-0.3.20-1.mga8.noarch.rpm

PREUN

/bin/sh

 
if [ $1 -eq 0 ] && [ -x /usr/bin/systemctl ] ; then 
        # Package removal, not upgrade 
        /usr/bin/systemctl --no-reload disable --now dnfdaemon.service || : 
fi

POSTIN

/bin/sh

 
if [ $1 -eq 1 ] && [ -x /usr/bin/systemctl ] ; then 
        # Initial installation 
        /usr/bin/systemctl --no-reload preset dnfdaemon.service || : 
fi