1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-29 11:58:24 +02:00
vlc/ipkg/postrm.zaurus
2003-12-07 18:52:40 +00:00

6 lines
107 B
Bash
Executable File

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