1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/ipkg/postinst.zaurus
2003-02-12 23:26:54 +00:00

7 lines
115 B
Bash
Executable File

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