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