Sophie

Sophie

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

libstoragemgmt-megaraid-plugin-1.8.8-1.mga8.noarch.rpm

POSTIN

/bin/sh
if [ $1 -eq 1 ]; then
    # New install.
    /usr/bin/systemctl try-restart libstoragemgmt.service >/dev/null 2>&1 || :
fi

POSTUN

/bin/sh
if [ $1 -eq 0 ]; then
    # Remove
    /usr/bin/systemctl try-restart libstoragemgmt.service >/dev/null 2>&1 || :
fi

# Need to restart lsmd if plugin is new installed or removed.