#!/bin/sh
set -e
if [ "$(dpkg -l | grep mate-session-manager | grep -o ii)" = "ii" ];then
	rm -f /etc/xdg/autostart/mate-panel-reset.desktop
fi
# Get tasksel's templates loaded up.
. /usr/share/debconf/confmodule
#DEBHELPER#
