summaryrefslogtreecommitdiffstats
path: root/tools/scripts/check_koffice_install.sh
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-08 16:56:40 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-08 16:56:40 -0500
commit910a61f9423d69871c2ef9ca8a0d7ace32474f93 (patch)
tree794bd468068d2616d05878f58b0786b07ceff8d9 /tools/scripts/check_koffice_install.sh
parent420112343c04d209e40c6f03f492cdb6154f70fb (diff)
downloadkoffice-910a61f9423d69871c2ef9ca8a0d7ace32474f93.tar.gz
koffice-910a61f9423d69871c2ef9ca8a0d7ace32474f93.zip
Update XDG information in support of bug report 892.
Diffstat (limited to 'tools/scripts/check_koffice_install.sh')
-rwxr-xr-xtools/scripts/check_koffice_install.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/scripts/check_koffice_install.sh b/tools/scripts/check_koffice_install.sh
index 3c637639..8f7cf4f2 100755
--- a/tools/scripts/check_koffice_install.sh
+++ b/tools/scripts/check_koffice_install.sh
@@ -25,7 +25,7 @@ function checkname()
cat $f
exit 1
fi
- nativemime=`grep X-KDE-NativeMimeType $f`
+ nativemime=`grep X-TDE-NativeMimeType $f`
echo Native mimetype : $nativemime
if echo $nativemime | grep "application/x-$instance" >/dev/null 2>/dev/null; then
found=1
@@ -69,7 +69,7 @@ if [ $found = 0 ]; then
fi
if [ $found = 0 ]; then
- echo "***** No $instance.desktop with X-KDE-NativeMimetype in it was found! Installation problem."
+ echo "***** No $instance.desktop with X-TDE-NativeMimetype in it was found! Installation problem."
echo $applnks
fi