post_install() { if [ -x /sbin/ldconfig ]; then /sbin/ldconfig fi } post_upgrade() { if [ -x /sbin/ldconfig ]; then /sbin/ldconfig fi } post_remove() { if [ -x /sbin/ldconfig ]; then /sbin/ldconfig fi }