Ubuntu Pastebin

Paste from flexiondotorg at Wed, 4 Mar 2015 14:55:25 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
#!/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
Download as text