mirror of
https://github.com/videolan/vlc.git
synced 2025-01-27 01:56:19 +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 $?
|
|
|