1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-11 06:21:30 +02:00
vlc/ipkg/postinst.opie
2003-12-07 18:52:40 +00:00

7 lines
116 B
Bash
Executable File

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