1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-29 11:58:24 +02:00
vlc/ipkg/postrm.gpe
2003-06-09 19:51:31 +00:00

6 lines
112 B
Bash
Executable File

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