12 lines
555 B
Bash
Executable File
12 lines
555 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
# Automatically added by dh_ucf/13.6ubuntu1
|
|
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
|
|
ucf --three-way "/usr/lib/libreoffice/share/.registry/math.xcd" "/etc/libreoffice/registry/math.xcd"
|
|
ucfr --force libreoffice-math "/etc/libreoffice/registry/math.xcd"
|
|
fi
|
|
# End automatically added section
|
|
# Automatically added by dh_installdeb/13.6ubuntu1
|
|
dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libreoffice-math /usr/share/doc/libreoffice-core 1:6.4.0\~alpha1\~git20191013 -- "$@"
|
|
# End automatically added section
|