summaryrefslogtreecommitdiff
path: root/libopie/libopie1.postinst
Unidiff
Diffstat (limited to 'libopie/libopie1.postinst') (more/less context) (show whitespace changes)
-rwxr-xr-xlibopie/libopie1.postinst2
1 files changed, 1 insertions, 1 deletions
diff --git a/libopie/libopie1.postinst b/libopie/libopie1.postinst
index 50d922c..0c37b3d 100755
--- a/libopie/libopie1.postinst
+++ b/libopie/libopie1.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