#!/bin/sh

set -e

LASTVER="4.9.0"

if dpkg-maintscript-helper supports rm_conffile; then
  dpkg-maintscript-helper rm_conffile \
    /etc/xdg/autostart/xfce4-settings-helper-autostart.desktop "$LASTVER" -- "$@"
fi
XSETTINGS_XML="/etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml"

update-alternatives --force --install $XSETTINGS_XML xfce4-xsettings.xml \
	${XSETTINGS_XML}-xfce4 1

#DEBHELPER#
