1
mirror of https://code.videolan.org/videolan/vlc synced 2024-08-10 19:05:07 +02:00
vlc/ipkg/postinst.zaurus
2003-06-09 19:51:31 +00:00

7 lines
120 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 0