summaryrefslogtreecommitdiffstats
path: root/kdoctools/move_kio_help_cache.sh
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 14:20:53 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 14:20:53 -0600
commite3379a9953ab5532065dbe90bdb5a5fe14565641 (patch)
tree744fa731d7349b3ac60ad82f2f56605a19b86b0c /kdoctools/move_kio_help_cache.sh
parenta3e01ba75c1f4886f3d2f2abeeb2715f39957974 (diff)
downloadtdelibs-e3379a9953ab5532065dbe90bdb5a5fe14565641.tar.gz
tdelibs-e3379a9953ab5532065dbe90bdb5a5fe14565641.zip
Rename additional kioslave libraries
Diffstat (limited to 'kdoctools/move_kio_help_cache.sh')
-rw-r--r--kdoctools/move_kio_help_cache.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/kdoctools/move_kio_help_cache.sh b/kdoctools/move_kio_help_cache.sh
deleted file mode 100644
index f1342c5b4..000000000
--- a/kdoctools/move_kio_help_cache.sh
+++ /dev/null
@@ -1,6 +0,0 @@
-#!/bin/sh
-
-bas=`tde-config --localprefix`share/apps/tdeio_help
-mv "$bas/cache" "`tde-config --path cache`kio_help"
-rmdir "$bas"
-exit 0