#!/bin/sh set -e if [ "x$1" = xtriggered ] then LDCONFIG_NOTRIGGER=y export LDCONFIG_NOTRIGGER echo ldconfig deferred processing now taking place ldconfig || ldconfig --verbose exit 0 fi