#!/bin/sh
set -e

if [ "$1" = "purge" ] ; then rm -rf /etc/X11/ratmenu ; fi

# Automatically added by dh_installmenu
inst=/etc/menu-methods/ratmenu
if [ "$1" = "remove" ] && [ -f "$inst" ]; then chmod a-x $inst ; fi
if [ -x "`which update-menus 2>/dev/null`" ]; then update-menus ; fi
# End automatically added section

