summaryrefslogtreecommitdiffstats
path: root/debian/libreoffice-evolution.postrm.debhelper
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 09:39:24 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 09:39:24 +0000
commitce564300cb1b770d42d916ac5f7f6493833c9e00 (patch)
treeff7b75f6e481941d4310f461068d3a82911868d5 /debian/libreoffice-evolution.postrm.debhelper
parentAdding debian version 4:24.2.1-3. (diff)
downloadlibreoffice-ce564300cb1b770d42d916ac5f7f6493833c9e00.tar.xz
libreoffice-ce564300cb1b770d42d916ac5f7f6493833c9e00.zip
Adding debian version 4:24.2.1-4.debian/4%24.2.1-4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/libreoffice-evolution.postrm.debhelper')
-rw-r--r--debian/libreoffice-evolution.postrm.debhelper17
1 files changed, 0 insertions, 17 deletions
diff --git a/debian/libreoffice-evolution.postrm.debhelper b/debian/libreoffice-evolution.postrm.debhelper
deleted file mode 100644
index a1ef7d0fe7..0000000000
--- a/debian/libreoffice-evolution.postrm.debhelper
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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