Improve stability of the preferences dialog. Patch by Andre Weber
[vlc/vlc-skelet.git] / ipkg / postinst.opie
blobeb3f284f0ee09aab7cf07992a2853a8a5be8bf71
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 $?