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