Sophie

Sophie

distrib > Mageia > 7 > x86_64 > media > core-release > by-pkgid > 3e436fbad07caf16a8a585f9f6ebe5dc > scriptlet

hypervvssd-0.20150702git-4.mga7.x86_64.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh

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


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