#!/bin/sh -e

if [ "$1" = remove ]; then
    if test -x /usr/bin/update-menus; then update-menus; fi
fi
