1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/ipkg/postinst.opie
2002-12-15 22:54:58 +00:00

7 lines
109 B
Bash
Executable File

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