-rwxr-xr-x | library/opie-base.postinst | 3 |
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 |