From aeadb0bcf265dd480d0ee6417f8e54e2115b1329 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 4 Oct 2012 15:40:29 -0500 Subject: [PATCH] Update r14-xdg-update script to support user's Quanta Plus plugins.rc. --- r14-xdg-update | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/r14-xdg-update b/r14-xdg-update index fae0b2b9d..d66e7ca9f 100644 --- a/r14-xdg-update +++ b/r14-xdg-update @@ -358,6 +358,15 @@ else echo "Quick Launch is not installed." fi +Message_Prefix +echo "Updating Quanta Plus plugins.rc." +if [ -r $PROFILE_DIR/share/apps/quanta/plugins.rc ]; then + sed -i 's|FileName=kde3|FileName=trinity|g' "$PROFILE_DIR/share/apps/quanta/plugins.rc" 2>/dev/null +else + Message_Prefix + echo "$PROFILE_DIR/share/apps/quanta/plugins.rc does not exist." +fi + # Update sym link files in $USER_DIR/.trinity/Autostart. if [ -d "$PROFILE_DIR/Autostart" ]; then ( cd "$PROFILE_DIR/Autostart"