diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:30:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 09:30:29 +0000 |
commit | 7bae7664bd6096ccb8f3dc9554e889b207b5fa6f (patch) | |
tree | 413685d5158486412669266c19dc6c35bd13bcda /debian/libreoffice-evolution.postinst.debhelper | |
parent | Adding debian version 4:24.2.1-1. (diff) | |
download | libreoffice-7bae7664bd6096ccb8f3dc9554e889b207b5fa6f.tar.xz libreoffice-7bae7664bd6096ccb8f3dc9554e889b207b5fa6f.zip |
Adding debian version 4:24.2.1-2.debian/4%24.2.1-2
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/libreoffice-evolution.postinst.debhelper')
-rw-r--r-- | debian/libreoffice-evolution.postinst.debhelper | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/libreoffice-evolution.postinst.debhelper b/debian/libreoffice-evolution.postinst.debhelper new file mode 100644 index 0000000000..41b98edfe7 --- /dev/null +++ b/debian/libreoffice-evolution.postinst.debhelper @@ -0,0 +1,9 @@ +# Automatically added by dh_ucf/13.11.4 +if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then + ucf --three-way "/usr/lib/libreoffice/share/.registry/evoab.xcd" "/etc/libreoffice/registry/evoab.xcd" + ucfr --force libreoffice-evolution "/etc/libreoffice/registry/evoab.xcd" +fi +# End automatically added section +# 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 |