summaryrefslogtreecommitdiffstats
path: root/r14-xdg-update
diff options
context:
space:
mode:
Diffstat (limited to 'r14-xdg-update')
-rw-r--r--r14-xdg-update9
1 files changed, 9 insertions, 0 deletions
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"