#!/bin/sh
set -e

if dpkg-maintscript-helper supports rm_conffile; then
  dpkg-maintscript-helper rm_conffile \
  /etc/xdg/autostart/xfconf-migration-4.6.desktop "4.8.1-1" -- "$@"
fi

if [ "$1" = "purge" ]; then
	rm -f /etc/dm/Sessions/xfce4.desktop
fi
#DEBHELPER#
