diff options
author | Joerg Schirottke <master@kanotix.com> | 2020-01-29 20:40:04 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2020-01-29 20:47:32 +0100 |
commit | 42e9b0d2f1d36664b686b6ce82f01851cd6e8a44 (patch) | |
tree | e8789e5c9f4cf1f853c8c0f883baba5cfc379cad /config/chroot_local-hooks | |
parent | 5c8abe3f735d4bf208837cd28151406207c651e0 (diff) | |
download | kanotix-42e9b0d2f1d36664b686b6ce82f01851cd6e8a44.zip kanotix-42e9b0d2f1d36664b686b6ce82f01851cd6e8a44.tar.gz |
updated package names for LibreOffice 6.4
Diffstat (limited to 'config/chroot_local-hooks')
-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 |