repo.or.cz
/
personal-kdelibs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fix logic
[personal-kdelibs.git]
/
kdoctools
/
move_kio_help_cache.sh
blob
3d7812460c8f8b2a15ca2997365a0e99b7455db5
1
#!/bin/sh
2
3
bas
=
`kde4-config --localprefix`
shar
e
/
apps
/
kio_help
4
mv
"
$bas
/cache"
"`kde4-config --path cache`kio_help"
5
rmdir
"
$bas
"
6
exit
0