Fix Keywords separators to match XDG desktop specifications

pull/1/head
Timothy Pearson 10 years ago
parent 98f93ba354
commit d2f248bce1

@ -489,6 +489,9 @@ xargs -r0 sed -ri \
-e "s|\<tdelistr|klistr|g" \
-e "s|kde toolbar widget|tde toolbar widget|g"
# Convert desktop files
find ./ -type f -iname "*.desktop" -not -iwholename '*.git*' -exec sed -i '/^Keyword/ { s,\,,;,g }' {} \;
# Rename files
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

Loading…
Cancel
Save