~ubuntu-branches/debian/wheezy/vlc/wheezy

« back to all changes in this revision

Viewing changes to ipkg/postinst.zaurus

Tags: upstream-0.7.2.final
ImportĀ upstreamĀ versionĀ 0.7.2.final

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
/bin/ldconfig
 
3
if [ -x /usr/share/vlc ] ; then
 
4
   ln -s /usr/share/vlc /opt/QtPalmtop/sharp/pics/vlc
 
5
fi
 
6
exit $?