Sophie

Sophie

distrib > Mageia > 9 > aarch64 > by-pkgid > f77e976b9388e57082f9b8b25ed4aa1b > scriptlet

fdns-0.9.68-1.mga9.aarch64.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 fdns || : 
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 fdns || : 
fi