1
0
Fork 0
libreoffice/debian/libreoffice-sdbc-firebird.bug-script.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

10 lines
331 B
Bash

#!/bin/sh
# experimental stuff enabled?
echo "" >&3
echo "Experimental features enabled:" >&3
#_lo_profile_ver=`echo @OOVER@ | cut -d. -f1`
_lo_profile_ver=4
if [ -d "$HOME/.config/libreoffice/$_lo_profile_ver" ]; then
grep ExperimentalMode $HOME/.config/libreoffice/$_lo_profile_ver/user/registrymodifications.xcu >&3
fi