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