]> git.sesse.net Git - vlc/blob - ipkg/postinst.opie
i420_yuy2_mmx: fixed a bug introduced in [21423] (don't apply if you like colorful...
[vlc] / 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 $?