summaryrefslogtreecommitdiffstats
path: root/kdoctools/move_kio_help_cache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'kdoctools/move_kio_help_cache.sh')
-rw-r--r--kdoctools/move_kio_help_cache.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/kdoctools/move_kio_help_cache.sh b/kdoctools/move_kio_help_cache.sh
new file mode 100644
index 000000000..671a73980
--- /dev/null
+++ b/kdoctools/move_kio_help_cache.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+bas=`kde-config --localprefix`share/apps/kio_help
+mv "$bas/cache" "`kde-config --path cache`kio_help"
+rmdir "$bas"
+exit 0