diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:45:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-02-26 14:45:00 -0600 |
commit | 1281f76995fa76e129d6014eafa637ba8fc71152 (patch) | |
tree | 9bf0470f9bc77e48b4624259c72819f61cc41733 /kdoctools/move_kio_help_cache.sh | |
parent | cb810cbe208862a88a0f20b3721d05ea7448c8c5 (diff) | |
download | tdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.tar.gz tdelibs-1281f76995fa76e129d6014eafa637ba8fc71152.zip |
Rename kde-config to tde-config
Diffstat (limited to 'kdoctools/move_kio_help_cache.sh')
-rw-r--r-- | kdoctools/move_kio_help_cache.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |