summaryrefslogtreecommitdiffstats
path: root/r14-xdg-update
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:16:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:16:20 -0600
commitdc6b76cac424bdf8b3cffb4ae82f3954d8acdba5 (patch)
tree4ebcd3dac0133d8d3fa880bbf83692c305b7350d /r14-xdg-update
parent1a9478c6e1b77b05814af8fa02cd563a5da8946b (diff)
downloadtdebase-dc6b76cac424bdf8b3cffb4ae82f3954d8acdba5.tar.gz
tdebase-dc6b76cac424bdf8b3cffb4ae82f3954d8acdba5.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'r14-xdg-update')
-rw-r--r--r14-xdg-update4
1 files changed, 2 insertions, 2 deletions
diff --git a/r14-xdg-update b/r14-xdg-update
index 0af275409..b9098f1ca 100644
--- a/r14-xdg-update
+++ b/r14-xdg-update
@@ -292,8 +292,8 @@ fi
# Remember that this script may be run more than once. The new directory
# might already exist.
if [ -n "$CACHE_DIR" ] && [ -d "$CACHE_DIR" ]; then
- # Flush the old ksycoca cache files. This is safe at any time.
- rm -f ${CACHE_DIR}/ksycoca* 2>/dev/null
+ # Flush the old tdesycoca cache files. This is safe at any time.
+ rm -f ${CACHE_DIR}/tdesycoca* 2>/dev/null
# Old cache directory: /var/tmp/kde*cache-$USER
# New cache directory: /var/tmp/tdecache-$USER
# Rename/move the directory name but only when the new name does not exist.