#!/bin/sh
set -e
# Automatically added by dh_installdeb/13.24.2
dpkg-maintscript-helper rm_conffile /etc/lightdm/lightdm.conf.d/whonix.conf -- "$@"
dpkg-maintscript-helper rm_conffile /etc/lightdm/lightdm.conf.d/whonix-autologin.conf -- "$@"
dpkg-maintscript-helper rm_conffile /etc/sudoers.d/whonix-xfce-desktop-config -- "$@"
dpkg-maintscript-helper rm_conffile /etc/sudoers.d/desktop-config-dist -- "$@"
dpkg-maintscript-helper rm_conffile /etc/skel/.config/xfce4/panel/genmon-12.rc -- "$@"
# End automatically added section
# Automatically added by dh_installsystemd/13.24.2
if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
	systemctl --system daemon-reload >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.24.2
if [ "$1" = "purge" ]; then
	if [ -x "/usr/bin/deb-systemd-helper" ]; then
		deb-systemd-helper purge 'greetd-config-build.service' 'livecheck-lsblk.service' >/dev/null || true
	fi
fi
# End automatically added section
