Updating icedove-l10n packagename handling for post-lenny, thanks to intrigeri <intrigeri@boum.org>.
This commit is contained in:
parent
23cc476ed7
commit
e393e7d27b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue