#!/bin/sh set -e # Automatically added by dh_installmenu/13.6 if [ "$1" = "configure" ] && [ -x "`command -v update-menus`" ]; then update-menus fi # End automatically added section # Automatically added by dh_installinit/13.6 if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then if [ -z "${DPKG_ROOT:-}" ] && [ -x "/etc/init.d/xttpd" ]; then update-rc.d xttpd defaults >/dev/null invoke-rc.d --skip-systemd-native xttpd restart || exit 1 fi fi # End automatically added section