summaryrefslogtreecommitdiff
path: root/qt/libqt2-emb.postinst
Unidiff
Diffstat (limited to 'qt/libqt2-emb.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-xqt/libqt2-emb.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt/libqt2-emb.postinst b/qt/libqt2-emb.postinst
index 50d922c..0c37b3d 100755
--- a/qt/libqt2-emb.postinst
+++ b/qt/libqt2-emb.postinst
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/sh
2 2
3[ -x ldconfig ] && ldconfig 3[ -x /sbin/ldconfig ] && /sbin/ldconfig
4exit 0 4exit 0