#!/bin/sh

set -e


if [ "$1" = "remove" ]; then
	rm -rf /var/spool/libreoffice
fi

# Automatically added by dh_installdeb/12.10ubuntu1
dpkg-maintscript-helper symlink_to_dir /usr/share/doc/libreoffice-core /usr/share/doc/libreoffice-core 1:6.4.0\~alpha1\~git20191013 -- "$@"
# End automatically added section


exit 0
