From c815825a0368257defb64d5f8ce5e2a2f2da93c6 Mon Sep 17 00:00:00 2001 From: kergoth Date: Wed, 19 Feb 2003 18:01:13 +0000 Subject: Fix a bug that prevented ldconfig execution in postinst --- (limited to 'qt') 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 @@ #!/bin/sh -[ -x ldconfig ] && ldconfig +[ -x /sbin/ldconfig ] && /sbin/ldconfig exit 0 -- cgit v0.9.0.2