Updating icedove-l10n packagename handling for post-lenny, thanks to intrigeri <intrigeri@boum.org>.

This commit is contained in:
Daniel Baumann 2009-11-30 13:47:54 +01:00
parent 23cc476ed7
commit e393e7d27b
1 changed files with 10 additions and 1 deletions

View File

@ -608,7 +608,16 @@ then
;;
icedove)
Check_installed chroot/usr/bin/icedove icedove; [ $INSTALL_STATUS -eq 0 ] && Check_package "" icedove-locale-"${ICEDOVE}"
Check_installed chroot/usr/bin/icedove icedove
if [ $INSTALL_STATUS -eq 0 ]
then
if [ "${LH_DISTRIBUTION}" = lenny ]
then
Check_package "" icedove-locale-"${ICEDOVE}"
else
Check_package "" icedove-l10n-"${ICEDOVE}"
fi
fi
;;
iceweasel)