#!/bin/sh
set -e

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

