Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 4ed5aabdca025e0540352882f5b9687e > scriptlet

dnfdaemon-0.3.19-3.mga7.noarch.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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