diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-04 15:40:29 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-10-04 15:40:29 -0500 |
commit | aeadb0bcf265dd480d0ee6417f8e54e2115b1329 (patch) | |
tree | 594e99d57c438409f013e174ef89f91eea7fe819 /r14-xdg-update | |
parent | d411e2f410cce386296629610a85682901c7184b (diff) | |
download | tdebase-aeadb0bcf265dd480d0ee6417f8e54e2115b1329.tar.gz tdebase-aeadb0bcf265dd480d0ee6417f8e54e2115b1329.zip |
Update r14-xdg-update script to support user's Quanta Plus plugins.rc.
Diffstat (limited to 'r14-xdg-update')
-rw-r--r-- | r14-xdg-update | 9 |
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" |