]> git.sesse.net Git - vlc/blob - extras/package/ipkg/postinst.opie
Source Tree Layout Cleanup: (As decided at videolan-meeting #2)
[vlc] / extras / package / ipkg / postinst.opie
1 #!/bin/sh
2 /sbin/ldconfig
3 if [ -x /usr/share/vlc ] ; then
4    ln -s /usr/share/vlc /opt/QtPalmtop/pics/vlc
5 fi
6 exit $?