diff options
Diffstat (limited to 'source/l/qt/doinst.sh')
-rw-r--r-- | source/l/qt/doinst.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source/l/qt/doinst.sh b/source/l/qt/doinst.sh new file mode 100644 index 00000000..6f7c5df0 --- /dev/null +++ b/source/l/qt/doinst.sh @@ -0,0 +1,5 @@ + +if [ -x sbin/ldconfig ]; then + chroot . /sbin/ldconfig 2> /dev/null +fi + |