Sophie

Sophie

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

numad-0.5-3.20150602git.mga8.i586.rpm

PREUN

/bin/sh

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

true

POSTIN

/bin/sh

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

true

POSTUN

/bin/sh

true