#!/bin/sh
set -e
# Get tasksel's templates loaded up.
. /usr/share/debconf/confmodule
# Automatically added by dh_installmenu/13.3.4
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
update-menus
fi
# End automatically added section
Back to Directory