diff options
Diffstat (limited to 'scripts/build/lb_chroot_localization')
-rwxr-xr-x | scripts/build/lb_chroot_localization | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/scripts/build/lb_chroot_localization b/scripts/build/lb_chroot_localization index 5e4b98322..6aded7a12 100755 --- a/scripts/build/lb_chroot_localization +++ b/scripts/build/lb_chroot_localization @@ -1,7 +1,7 @@ #!/bin/sh ## live-build(7) - System Build Scripts -## Copyright (C) 2006-2011 Daniel Baumann <daniel@debian.org> +## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org> ## ## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING. ## This is free software, and you are welcome to redistribute it @@ -612,12 +612,7 @@ then Check_installed chroot/usr/bin/icedove icedove if [ $INSTALL_STATUS -eq 0 ] then - if [ "${LB_DISTRIBUTION}" = lenny ] - then - Check_package "" icedove-locale-"${ICEDOVE}" - else - Check_package "" icedove-l10n-"${ICEDOVE}" - fi + Check_package "" icedove-l10n-"${ICEDOVE}" fi ;; @@ -639,11 +634,6 @@ then esac done - if [ "${LB_DISTRIBUTION}" = "lenny" ] - then - Check_installed chroot/usr/bin/gwenview gwenview; [ $INSTALL_STATUS -eq 0 ] && Check_package "" gwenview-i18n - fi - Check_installed chroot/usr/bin/k3b k3b; [ $INSTALL_STATUS -eq 0 ] && Check_package "" k3b-i18n # Restoring cache |