1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
vlc/extras/package/ipkg/postinst.opie
Pierre d'Herbemont 2e888fde24 Source Tree Layout Cleanup: (As decided at videolan-meeting #2)
projects/ - contains projects that link to libvlc other than vlc and the bindings.
    extras/package - contains the packaging specific files.
    extras/deprecated - deprecated files.
    extras/buildsystem - contains non-default buildsystem stuff.
    extras/analyser - contains code analyser (such as editor specific files) specific files.
2008-02-04 01:17:33 +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 $?