diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:55:35 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 05:55:35 +0000 |
commit | 0e05dd0e4d67d88ca51780dafe4029744269e6fa (patch) | |
tree | b49073fa569d8d4fbcc7002cf4df72fa840780c1 /debian/ure-java.bug-script.in | |
parent | Adding upstream version 4:24.2.0. (diff) | |
download | libreoffice-0e05dd0e4d67d88ca51780dafe4029744269e6fa.tar.xz libreoffice-0e05dd0e4d67d88ca51780dafe4029744269e6fa.zip |
Adding debian version 4:24.2.0-1.debian/4%24.2.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/ure-java.bug-script.in')
-rw-r--r-- | debian/ure-java.bug-script.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/ure-java.bug-script.in b/debian/ure-java.bug-script.in new file mode 100644 index 0000000000..9c958858d4 --- /dev/null +++ b/debian/ure-java.bug-script.in @@ -0,0 +1,16 @@ +#!/bin/sh + +echo "" >&3 +echo "Java (javaldx):" >&3 +/usr/lib/libreoffice/program/javaldx >&3 + +echo "" >&3 +echo "Java:" >&3 +#_lo_profile_ver=`echo @OOVER@ | cut -d. -f1` +_lo_profile_ver=4 +RTL_OS=@RTL_OS@ +RTL_ARCH=@RTL_ARCH@ +if [ -d "$HOME/.config/libreoffice/$_lo_profile_ver" ]; then + grep -ri java $HOME/.config/libreoffice/$_lo_profile_ver/user/config/javasettings_${RTL_OS}_${RTL_ARCH}.xml >&3 +fi + |