From 910a61f9423d69871c2ef9ca8a0d7ace32474f93 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 8 Jun 2012 16:56:40 -0500 Subject: Update XDG information in support of bug report 892. --- tools/scripts/check_koffice_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/scripts') diff --git a/tools/scripts/check_koffice_install.sh b/tools/scripts/check_koffice_install.sh index 3c637639b..8f7cf4f2e 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 -- cgit v1.2.3