mirror of
https://github.com/videolan/vlc.git
synced 2024-12-14 20:24:21 +08:00
7 lines
120 B
Bash
Executable File
7 lines
120 B
Bash
Executable File
#!/bin/sh
|
|
/bin/ldconfig
|
|
if [ -x /usr/share/vlc ] ; then
|
|
ln -s /usr/share/vlc /opt/QtPalmtop/sharp/pics/vlc
|
|
fi
|
|
exit 0
|