summaryrefslogtreecommitdiffstats
path: root/tools/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'tools/scripts')
-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