1
0
Fork 0
libreoffice/debian/libreoffice-core.postrm.in
Daniel Baumann 2e48723132
Adding debian version 4:25.2.3-2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 16:22:18 +02:00

13 lines
124 B
Bash
Executable file

#!/bin/sh
set -e
#INCLUDE_SHELL_LIB#
if [ "$1" = "remove" ]; then
rm -rf /var/spool/libreoffice
fi
#DEBHELPER#
exit 0