]> git.sesse.net Git - vlc/blobdiff - ipkg/postinst.zaurus
libvlc.h: compile fix (s/_N/N_/)
[vlc] / ipkg / postinst.zaurus
index 5f01ed46b4d2791aa6b2fe0b5ac1dabdf39b4cb2..a835e11091688c1787bfaedd4e497e164f1ef51b 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
-ldconfig
+/bin/ldconfig
 if [ -x /usr/share/vlc ] ; then
    ln -s /usr/share/vlc /opt/QtPalmtop/sharp/pics/vlc
 fi
-exit 0
+exit $?