diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-04 21:57:44 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-03-04 21:57:44 -0600 |
commit | 5de56b45a772b795d6dc90b9b361b8af385393d3 (patch) | |
tree | f60997bf7bdf7fa34873ebed02205b4bc3bd5d78 | |
parent | e9785ee7aaad48b833c84b4b57a95d8ef83fb90f (diff) | |
download | tdebase-5de56b45a772b795d6dc90b9b361b8af385393d3.tar.gz tdebase-5de56b45a772b795d6dc90b9b361b8af385393d3.zip |
Update migratekde3 script for latest renaming changes.
-rwxr-xr-x | migratekde3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/migratekde3 b/migratekde3 index 89555a10b..c106dd718 100755 --- a/migratekde3 +++ b/migratekde3 @@ -253,9 +253,10 @@ if [ -n "$KDE3_PROFILE" ] && [ -d "$KDE3_PROFILE" ]; then if [ "$TMP_DIR" != "" ]; then rm -fr $TMP_DIR 2>/dev/null fi - # Remove the tdesycoca files from the cache directory. The KDE3 and Trinity - # cache directories will be linked to the same location, but deleting the - # tdesycoca files is non-destructive. + # Remove the obsolete ksycoca and tdesycoca files from the cache directory. + # The KDE3 and Trinity cache directories will be linked to the same location, + # but deleting the ksycoca/tdesycoca files is non-destructive. + rm -f $HOME/.trinity/cache-`uname -n`/ksycoca* 2>/dev/null rm -f $HOME/.trinity/cache-`uname -n`/tdesycoca* 2>/dev/null # Fix config files. |