X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=ipkg%2Fpostinst.opie;h=eb3f284f0ee09aab7cf07992a2853a8a5be8bf71;hb=6afd0ce738a4ed49b8254a3ff2987107685632cc;hp=f2bb784c0733329dc4866764e0c44f134350f2fd;hpb=bb57136ac84f8f31f472eea137f70846cee9e9e5;p=vlc diff --git a/ipkg/postinst.opie b/ipkg/postinst.opie index f2bb784c07..eb3f284f0e 100755 --- a/ipkg/postinst.opie +++ b/ipkg/postinst.opie @@ -1,6 +1,6 @@ #!/bin/sh -ldconfig -if [ -x /usr/share/videolan ] ; then - ln -s /usr/share/videolan /opt/QtPalmtop/pics/videolan +/sbin/ldconfig +if [ -x /usr/share/vlc ] ; then + ln -s /usr/share/vlc /opt/QtPalmtop/pics/vlc fi -exit 0 +exit $?