summaryrefslogtreecommitdiff
path: root/library/opie-base.postinst
Side-by-side diff
Diffstat (limited to 'library/opie-base.postinst') (more/less context) (ignore whitespace changes)
-rwxr-xr-xlibrary/opie-base.postinst3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/opie-base.postinst b/library/opie-base.postinst
index 1d50a99..c1aeef8 100755
--- a/library/opie-base.postinst
+++ b/library/opie-base.postinst
@@ -1,2 +1,2 @@
-#/bin/sh
+#!/bin/sh
@@ -10,2 +10,3 @@ ln -sf ../init.d/opie /etc/rc5.d/S98opie
+[ -x ldconfig ] && ldconfig
exit 0