#!/bin/sh set -e # Automatically added by dh_installinit/13.6 if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/xttpd" ] ; then invoke-rc.d --skip-systemd-native xttpd stop || exit 1 fi # End automatically added section