#!/bin/sh
set -e
dpkg-maintscript-helper rm_conffile /etc/xdg/autostart/nm-applet-mate.desktop -- "$@"
dpkg-maintscript-helper rm_conffile /etc/xdg/autostart/tilda.desktop -- "$@"
dpkg-maintscript-helper rm_conffile /etc/skel/.local/share/applications/im-config.desktop -- "$@"
dpkg-maintscript-helper rm_conffile /etc/skel/.local/share/applications/mimeapps.desktop -- "$@"
dpkg-maintscript-helper rm_conffile /etc/skel/.config/libreoffice/4/user/registrymodifications.xcu -- "$@"
dpkg-maintscript-helper rm_conffile /etc/skel/.config/tilda/config_0 -- "$@"
dpkg-maintscript-helper rm_conffile /etc/skel/.config/Trolltech.conf -- "$@"
#DEBHELPER#
exit 0