]> git.sesse.net Git - vlc/blobdiff - ipkg/postinst.opie
Packaging files for Familiar GPE and OPIE releases.
[vlc] / ipkg / postinst.opie
index f2bb784c0733329dc4866764e0c44f134350f2fd..253d06583c87621ba16c586f80edae23cf56f160 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 ldconfig
-if [ -x /usr/share/videolan ] ; then
-   ln -s /usr/share/videolan /opt/QtPalmtop/pics/videolan
+if [ -x /usr/share/vlc ] ; then
+   ln -s /usr/share/vlc /opt/QtPalmtop/pics/vlc
 fi
 exit 0