Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > 3f0430ad4d9ec217557ff8f137d9e8d8 > scriptlet

openlmi-service-0.0.12-2.fc17.i686.rpm

PREIN

/bin/sh
if [ "$1" -gt 1 ]; then
    /usr/bin/openlmi-mof-register unregister \
        /usr/share/openlmi-providers/LMI_Service.mof \
        /usr/share/openlmi-providers/LMI_Service.reg \
        > /dev/null 2>&1 || :;
fi

PREUN

/bin/sh
if [ "$1" -eq 0 ]; then
    /usr/bin/openlmi-mof-register unregister \
        /usr/share/openlmi-providers/LMI_Service.mof \
        /usr/share/openlmi-providers/LMI_Service.reg \
        > /dev/null 2>&1 || :;
fi

POSTIN

/bin/sh
if [ "$1" -ge 1 ]; then
    /usr/bin/openlmi-mof-register register \
        /usr/share/openlmi-providers/LMI_Service.mof \
        /usr/share/openlmi-providers/LMI_Service.reg \
        > /dev/null 2>&1 || :;
fi