Package rpm: Scripts

Post install

if [ -f /var/lib/PackageKit/disable-rpm-triggers ]; then
        exit 0
fi

#chgrp %name %_localstatedir/%name/[A-Z]*
[ -n "$DURING_INSTALL" -o -n "$BTE_INSTALL" ] ||
        /usr/lib/rpm/pdeath_execute $PPID /usr/lib/rpm/postupdate

# Invalidate apt cache, due to e.g. rpmlib(PayloadIsLzma).
if set /var/cache/apt/*.bin && [ -f "$1" ]; then
        /usr/lib/rpm/pdeath_execute $PPID rm -f "$@"
fi
: