mirror of
https://github.com/videolan/vlc.git
synced 2024-12-14 20:24:21 +08:00
6 lines
106 B
Bash
Executable File
6 lines
106 B
Bash
Executable File
#!/bin/sh
|
|
/sbin/ldconfig
|
|
[ -x /opt/QtPalmtop/sharp/pics/vlc ] || rm /opt/QtPalmtop/sharp/pics/vlc
|
|
exit 0
|
|
|