diff options
author | Holger Paradies <retabell@gmx.de> | 2022-01-07 09:21:27 +0100 |
---|---|---|
committer | Holger Paradies <retabell@gmx.de> | 2022-01-07 09:21:27 +0100 |
commit | 62b83f3120c5104ef777877c086f9b2838d733e3 (patch) | |
tree | e3d92a912dc4a15f62aae36104a9a5e17d0ff58c /config/chroot_local-hooks | |
parent | 6170591175f1168fb9034721dcc40fcdf5115497 (diff) | |
download | kanotix-62b83f3120c5104ef777877c086f9b2838d733e3.zip kanotix-62b83f3120c5104ef777877c086f9b2838d733e3.tar.gz |
Remove lightning-l10n-xx, now provided by thunderbird-l10n-xx
Diffstat (limited to 'config/chroot_local-hooks')
-rwxr-xr-x | config/chroot_local-hooks/03-extra-language-cz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/chroot_local-hooks/03-extra-language-cz b/config/chroot_local-hooks/03-extra-language-cz index 93627c7..26520c4 100755 --- a/config/chroot_local-hooks/03-extra-language-cz +++ b/config/chroot_local-hooks/03-extra-language-cz @@ -15,7 +15,7 @@ if [ "$LB_DISTRIBUTION" = "buster" ]; then fi if [ -x /var/lib/dpkg/info/thunderbird.postinst ]; then - apt install thunderbird-l10n-cs lightning-l10n-cs + apt install thunderbird-l10n-cs fi # TODO lo version number |