1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/ipkg/postrm.zaurus
2003-02-12 23:26:54 +00:00

6 lines
100 B
Bash
Executable File

#!/bin/sh
ldconfig
[ -x /opt/QtPalmtop/sharp/pics/vlc ] || rm /opt/QtPalmtop/sharp/pics/vlc
exit 0