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

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