Update migratekde3 script for latest renaming changes.

pull/2/head
Darrell Anderson 11 years ago
parent e9785ee7aa
commit 5de56b45a7

@ -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.

Loading…
Cancel
Save