Sophie

Sophie

distrib > Mageia > 9 > x86_64 > by-pkgid > 60675c41f6f4cb98c2264123d0fb6d96 > scriptlet

libstoragemgmt-hpsa-plugin-1.9.6-1.mga9.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.