vlc/ipkg/postrm.gpe

6 lines
112 B
Bash
Executable File

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