diff options
Diffstat (limited to 'config/chroot_local-hooks/03-extra-language-cz')
-rwxr-xr-x | config/chroot_local-hooks/03-extra-language-cz | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/chroot_local-hooks/03-extra-language-cz b/config/chroot_local-hooks/03-extra-language-cz index bcc3397..93627c7 100755 --- a/config/chroot_local-hooks/03-extra-language-cz +++ b/config/chroot_local-hooks/03-extra-language-cz @@ -20,8 +20,8 @@ if [ "$LB_DISTRIBUTION" = "buster" ]; then # TODO lo version number - if [ -x /var/lib/dpkg/info/libreoffice6.3-debian-menus.postinst ]; then - apt install libobasis6.3-cs libobasis6.3-cs-help libreoffice6.3-cs + if [ -x /var/lib/dpkg/info/libreoffice6.4-debian-menus.postinst ]; then + apt install libobasis6.4-cs libobasis6.4-cs-help libreoffice6.4-cs fi if [ -e /etc/skel/.config/kxkbrc ]; then |