mirror of
https://github.com/videolan/vlc.git
synced 2024-11-25 02:44:30 +08:00
6 lines
107 B
Bash
Executable File
6 lines
107 B
Bash
Executable File
#!/bin/sh
|
|
/sbin/ldconfig
|
|
[ -x /opt/QtPalmtop/sharp/pics/vlc ] || rm /opt/QtPalmtop/sharp/pics/vlc
|
|
exit $?
|
|
|