]> git.sesse.net Git - vlc/blob - ipkg/postinst.opie
Build and packaging files for Opie and GPE.
[vlc] / ipkg / postinst.opie
1 #!/bin/sh
2 ldconfig
3 if [ -x /usr/share/videolan ] ; then
4    ln -s /usr/share/videolan /opt/QtPalmtop/pics/videolan
5 fi
6 # Added support for iPaq 3870
7 if [ -x /usr/local/qt-embedded/lib/fonts/fontdir ] ; then
8    ln -s /usr/local/qt-embedded/lib/fonts/fontdir  /opt/QtPalmtop/lib/fonts/fontdir
9 fi
10 exit 0