]> git.sesse.net Git - vlc/blob - ipkg/postrm.zaurus
MXF support since ffmpeg has a demuxer. Fix #152
[vlc] / ipkg / postrm.zaurus
1 #!/bin/sh
2 /sbin/ldconfig
3 [ -x /opt/QtPalmtop/sharp/pics/vlc ] || rm /opt/QtPalmtop/sharp/pics/vlc
4 exit $?
5