-rwxr-xr-x | libqtaux/libqtaux.postinst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libqtaux/libqtaux.postinst b/libqtaux/libqtaux.postinst new file mode 100755 index 0000000..0c37b3d --- a/dev/null +++ b/libqtaux/libqtaux.postinst @@ -0,0 +1,4 @@ +#!/bin/sh + +[ -x /sbin/ldconfig ] && /sbin/ldconfig +exit 0 |