]> git.sesse.net Git - vlc/blob - ipkg/postinst.opie
f3c862b1dbe176421c9c690d614742f934eae5c0
[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 0