summaryrefslogtreecommitdiffstats
path: root/kdoctools/move_kio_help_cache.sh
blob: c31331c9e78bfee71d2e573a941ab28fd58bb626 (plain)
1
2
3
4
5
6
#!/bin/sh

bas=`tde-config --localprefix`share/apps/kio_help
mv "$bas/cache" "`tde-config --path cache`kio_help"
rmdir "$bas"
exit 0