#!/bin/sh

set -e

if [ "$1" = "remove" ]; then
	ldconfig
fi

# Automatically added by dh_installmenu
if [ -x /usr/bin/update-menus ]; then update-menus ; fi
# End automatically added section

