summaryrefslogtreecommitdiffstats
path: root/kde-tde
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-11-25 02:10:40 +0100
committerSlávek Banko <slavek.banko@axis.cz>2013-11-25 02:10:40 +0100
commitb543280c8708e410f12af00f8c314f43ded482d9 (patch)
treeaefe98537b1e19f2e952a879f09985d6b9ca9f00 /kde-tde
parentf72c8398c42227d56223eb49993d27add5f28ff6 (diff)
downloadexperimental-b543280c8708e410f12af00f8c314f43ded482d9.tar.gz
experimental-b543280c8708e410f12af00f8c314f43ded482d9.zip
Add renaming KDEsu in convert_existing_kde3_app_to_tde script
Diffstat (limited to 'kde-tde')
-rwxr-xr-xkde-tde/convert_existing_kde3_app_to_tde1
1 files changed, 1 insertions, 0 deletions
diff --git a/kde-tde/convert_existing_kde3_app_to_tde b/kde-tde/convert_existing_kde3_app_to_tde
index 88b49dc..b475ab9 100755
--- a/kde-tde/convert_existing_kde3_app_to_tde
+++ b/kde-tde/convert_existing_kde3_app_to_tde
@@ -449,6 +449,7 @@ xargs -r0 sed -ri \
-e "s|([^a-zA-Z0-9]\|^)Kwallet|\1TDEwallet|g" \
-e "s|([^a-zA-Z0-9]\|^)KWallet|\1TDEWallet|g" \
-e "s|([^a-zA-Z0-9]\|^)KWALLET|\1TDEWALLET|g" \
+ -e "s|([^a-zA-Z0-9]\|^)KDEsu|\1TDEsu|g" \
\
-e "s|([^a-zA-Z0-9]\|^)kcompletionbox|\1tdecompletionbox|g" \
\