From 1281f76995fa76e129d6014eafa637ba8fc71152 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 26 Feb 2012 14:45:00 -0600 Subject: Rename kde-config to tde-config --- kdoctools/move_kio_help_cache.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kdoctools') diff --git a/kdoctools/move_kio_help_cache.sh b/kdoctools/move_kio_help_cache.sh index 671a73980..c31331c9e 100644 --- a/kdoctools/move_kio_help_cache.sh +++ b/kdoctools/move_kio_help_cache.sh @@ -1,6 +1,6 @@ #!/bin/sh -bas=`kde-config --localprefix`share/apps/kio_help -mv "$bas/cache" "`kde-config --path cache`kio_help" +bas=`tde-config --localprefix`share/apps/kio_help +mv "$bas/cache" "`tde-config --path cache`kio_help" rmdir "$bas" exit 0 -- cgit v1.2.1