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

7 lines
124 B
Bash
Executable File

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