summaryrefslogtreecommitdiffstats
path: root/debian/libreoffice-evolution.postrm.debhelper
diff options
context:
space:
mode:
Diffstat (limited to 'debian/libreoffice-evolution.postrm.debhelper')
-rw-r--r--debian/libreoffice-evolution.postrm.debhelper17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/libreoffice-evolution.postrm.debhelper b/debian/libreoffice-evolution.postrm.debhelper
new file mode 100644
index 0000000000..a1ef7d0fe7
--- /dev/null
+++ b/debian/libreoffice-evolution.postrm.debhelper
@@ -0,0 +1,17 @@
+# Automatically added by dh_installdeb/13.11.4
+dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libreoffice-evolution /usr/share/doc/libreoffice-core 1:6.4.0\~alpha1\~git20191013 -- "$@"
+# End automatically added section
+# Automatically added by dh_ucf/13.11.4
+if [ "$1" = "purge" ]; then
+ for ext in .ucf-new .ucf-old .ucf-dist ""; do
+ rm -f "/etc/libreoffice/registry/evoab.xcd$ext"
+ done
+
+ if [ -x "`command -v ucf`" ]; then
+ ucf --purge "/etc/libreoffice/registry/evoab.xcd"
+ fi
+ if [ -x "`command -v ucfr`" ]; then
+ ucfr --force --purge libreoffice-evolution "/etc/libreoffice/registry/evoab.xcd"
+ fi
+fi
+# End automatically added section