Sophie

Sophie

distrib > Mageia > 9 > armv7hl > by-pkgid > 4a5726478022d0b890d623b434bd3e39 > scriptlet

dnfdaemon-0.3.22-1.mga9.noarch.rpm

PREUN

/bin/sh

 
if [ $1 -eq 0 ] && [ -x "/usr/lib/systemd/systemd-update-helper" ]; then 
    # Package removal, not upgrade 
    /usr/lib/systemd/systemd-update-helper remove-system-units dnfdaemon.service || : 
fi

POSTIN

/bin/sh

 
if [ $1 -eq 1 ] && [ -x "/usr/lib/systemd/systemd-update-helper" ]; then 
    # Initial installation 
    /usr/lib/systemd/systemd-update-helper install-system-units dnfdaemon.service || : 
fi