Sophie

Sophie

distrib > Mageia > 7 > i586 > by-pkgid > 512996c9be597837c5b11cdac1f4cca1 > scriptlet

dmraid-1.0.0-0.rc16.29.mga7.i586.rpm

PREUN

/bin/sh

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

POSTIN

/bin/sh
/usr/bin/systemd-tmpfiles --create dmraid.conf 


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