Sophie

Sophie

distrib > Mageia > 8 > i586 > media > core-release > by-pkgid > e520c1abc0908be3c6fa155529c1d89a > scriptlet

hypervfcopyd-0.20150702git-5.mga8.i586.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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


# (tv) empty %postun:
#postun -n hypervfcopyd
#systemd_postun hypervfcopyd.service