vlc/ipkg/postinst.zaurus

7 lines
121 B
Bash
Executable File

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