1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00
vlc/ipkg/postinst.zaurus

7 lines
121 B
Plaintext
Raw Normal View History

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