]> git.sesse.net Git - vlc/blob - extras/package/ipkg/postinst.zaurus
vlc_threads_funcs.h: Don't attempt to track pthread_cond_wait() that takes a long...
[vlc] / extras / package / ipkg / postinst.zaurus
1 #!/bin/sh
2 /bin/ldconfig
3 if [ -x /usr/share/vlc ] ; then
4    ln -s /usr/share/vlc /opt/QtPalmtop/sharp/pics/vlc
5 fi
6 exit $?