summaryrefslogtreecommitdiffstats
path: root/debian/ure-java.bug-script.in
blob: 9c958858d49597dfaf5f1be4e3e80d709fe53b2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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