Accepting request 1080924 from home:fbui:branches:Base:System

- Rename 'arabic' keyboard console layout into 'ara' and drop 'korean' symlink
  (bsc#1210702)

OBS-URL: https://build.opensuse.org/request/show/1080924
OBS-URL: https://build.opensuse.org/package/show/Base:System/kbd?expand=0&rev=158
This commit is contained in:
Anna Maresova 2023-04-27 07:45:22 +00:00 committed by Git OBS Bridge
parent 998c807f93
commit fb1afa3c96
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Apr 20 15:17:05 UTC 2023 - Franck Bui <fbui@suse.com>
- Rename 'arabic' keyboard console layout into 'ara' and drop 'korean' symlink
(bsc#1210702)
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Feb 27 19:06:36 UTC 2023 - Michal Suchanek <msuchanek@suse.com> Mon Feb 27 19:06:36 UTC 2023 - Michal Suchanek <msuchanek@suse.com>

View File

@ -194,8 +194,7 @@ if ls $K/consolefonts/Agafari-* > /dev/null 2>&1; then
exit 1 exit 1
fi fi
ln -sf us.map.gz $K/keymaps/i386/qwerty/khmer.map.gz ln -sf us.map.gz $K/keymaps/i386/qwerty/khmer.map.gz
ln -sf us.map.gz $K/keymaps/i386/qwerty/korean.map.gz ln -sf us.map.gz $K/keymaps/i386/qwerty/ara.map.gz
ln -sf us.map.gz $K/keymaps/i386/qwerty/arabic.map.gz
ln -sf us.map.gz $K/keymaps/i386/qwerty/ir.map.gz ln -sf us.map.gz $K/keymaps/i386/qwerty/ir.map.gz
ln -sf us.map.gz $K/keymaps/i386/qwerty/chinese.map.gz ln -sf us.map.gz $K/keymaps/i386/qwerty/chinese.map.gz
ln -sf us.map.gz $K/keymaps/i386/qwerty/taiwanese.map.gz ln -sf us.map.gz $K/keymaps/i386/qwerty/taiwanese.map.gz