mirror of
https://github.com/videolan/vlc.git
synced 2024-12-14 12:14:42 +08:00
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/bin/sh
|
|
/sbin/ldconfig
|
|
if [ -x /usr/bin/update-menus ] && [ ! /usr/bin/update-menus ] ; then
|
|
exit $?;
|
|
fi
|