#!/bin/sh set -e if test -x /usr/bin/update-menus; then update-menus; fi # dh_installdeb will replace this with shell code automatically # generated by other debhelper scripts. #DEBHELPER# exit 0