#!/bin/sh
set -e
# Automatically added by dh_installdeb/13.24.2
dpkg-maintscript-helper rm_conffile /etc/lightdm/lightdm.conf.d/autologin.conf -- "$@"
dpkg-maintscript-helper rm_conffile /etc/X11/Xsession.d/50default_editor -- "$@"
dpkg-maintscript-helper rm_conffile /etc/privleap/conf.d/usability-misc.conf -- "$@"
dpkg-maintscript-helper rm_conffile /etc/sudoers.d/upgrade-passwordless -- "$@"
# 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 'avoid-needless-polkit-agent.service' 'check-user-slice-on-shutdown.service' 'orca-kill-at-shutdown.service' >/dev/null || true
	fi
fi
# End automatically added section
