1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-04 09:11:33 +02:00
vlc/ipkg/postrm.gpe
2002-12-04 21:03:38 +00:00

6 lines
106 B
Bash
Executable File

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