From 5de56b45a772b795d6dc90b9b361b8af385393d3 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 4 Mar 2013 21:57:44 -0600 Subject: Update migratekde3 script for latest renaming changes. --- migratekde3 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'migratekde3') 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. -- cgit v1.2.3