#!/bin/sh
ldconfig
if [ -x /usr/share/vlc ] ; then
   ln -s /usr/share/vlc /opt/QtPalmtop/pics/vlc
fi
exit 0
