diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 00:15:27 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2014-10-14 00:15:27 -0500 |
commit | 602dec483ba28249b358955a1dd27a2a33fd86a5 (patch) | |
tree | 41101d651c86ac4021069543cd1c1470459e3419 /kde-tde/convert_existing_kde3_app_to_tde | |
parent | 15fcb89ede2ac34ac792fcdd366f9503cd62165f (diff) | |
download | experimental-602dec483ba28249b358955a1dd27a2a33fd86a5.tar.gz experimental-602dec483ba28249b358955a1dd27a2a33fd86a5.zip |
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
Diffstat (limited to 'kde-tde/convert_existing_kde3_app_to_tde')
-rwxr-xr-x | kde-tde/convert_existing_kde3_app_to_tde | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kde-tde/convert_existing_kde3_app_to_tde b/kde-tde/convert_existing_kde3_app_to_tde index 00c9ce4..7d8e5c0 100755 --- a/kde-tde/convert_existing_kde3_app_to_tde +++ b/kde-tde/convert_existing_kde3_app_to_tde @@ -506,3 +506,6 @@ find . -name "kio-*" | while read f; do mv "${f}" "${f/kio-/tdeio-}"; done find . -name "kio.*" | while read f; do mv "${f}" "${f/kio./tdeio.}"; done find . -name "*.kdevelop" | while read f; do mv "${f}" "${f/.kdevelop/.tdevelop}"; done find . -name "kdewidgets*" | while read f; do mv "${f}" "${f/kdewidgets/tdewidgets}"; done + +# Update icon names (optional) +./convert_kde3_icon_names_to_xdg_standards |