1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-08 11:26:59 +02:00
vlc/ipkg/postinst.gpe

6 lines
112 B
Plaintext
Raw Normal View History

#!/bin/sh
/sbin/ldconfig
if [ -x /usr/bin/update-menus ] && [ ! /usr/bin/update-menus ] ; then
exit $?;
fi