diff options
Diffstat (limited to 'kdoctools/move_tdeio_help_cache.sh')
-rw-r--r-- | kdoctools/move_tdeio_help_cache.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kdoctools/move_tdeio_help_cache.sh b/kdoctools/move_tdeio_help_cache.sh new file mode 100644 index 000000000..33096e885 --- /dev/null +++ b/kdoctools/move_tdeio_help_cache.sh @@ -0,0 +1,6 @@ +#!/bin/sh + +bas=`tde-config --localprefix`share/apps/tdeio_help +mv "$bas/cache" "`tde-config --path cache`tdeio_help" +rmdir "$bas" +exit 0 |