Sophie

Sophie

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

libstoragemgmt-nfs-plugin-1.8.8-1.mga8.i586.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.