diff options
Diffstat (limited to 'helpers')
-rwxr-xr-x | helpers/chroot_localization | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/helpers/chroot_localization b/helpers/chroot_localization index a277f17..333ee34 100755 --- a/helpers/chroot_localization +++ b/helpers/chroot_localization @@ -638,7 +638,11 @@ then esac done - Check_installed chroot/usr/bin/gwenview gwenview; [ $INSTALL_STATUS -eq 0 ] && Check_package "" gwenview-i18n + if [ "${LH_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 |