#!/bin/sh
set -e
# Automatically added by dh_installinit/13.11.4+ci202308161418+astra1+b3
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = remove ] && [ -x "/etc/init.d/x11-common" ] ; then
	invoke-rc.d x11-common stop || exit 1
fi
# End automatically added section
