#!/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

#DEBHELPER#
