diff options
Diffstat (limited to 'misc/patch-update-for-r14-1-x')
-rwxr-xr-x | misc/patch-update-for-r14-1-x | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/misc/patch-update-for-r14-1-x b/misc/patch-update-for-r14-1-x index b120a84..9658d34 100755 --- a/misc/patch-update-for-r14-1-x +++ b/misc/patch-update-for-r14-1-x @@ -78,3 +78,9 @@ sed -i "$@" \ -e "s|tdesimpleconfig|ksimpleconfig|g" "$1" \ -e "s|TDESimpleConfig|KSimpleConfig|g" "$1" \ +# tdedesktopfile --> kdesktopfile +# TDEDesktopFile --> KDesktopFile +sed -i "$@" \ + -e "s|tdedesktopfile|kdesktopfile|g" "$1" \ + -e "s|TDEDesktopFile|KDesktopFile|g" "$1" \ + |