Fix detection of update-initramfs. (Closes: #843727)

This commit is contained in:
Aurélien COUDERC
2016-11-09 21:52:56 +00:00
parent c76d75bffb
commit 0c6f55711f
2 changed files with 2 additions and 2 deletions
+1
View File
@@ -2,6 +2,7 @@ desktop-base (9.0.0~exp2) UNRELEASED; urgency=medium
[ Aurélien COUDERC ]
* Remove Moreblue theme from Lenny.
* Fix detection of update-initramfs. (Closes: #843727)
-- Aurélien COUDERC <zecoucou@free.fr> Mon, 07 Nov 2016 22:28:06 +0100
+1 -2
View File
@@ -199,8 +199,7 @@ EOF
update-grub2 || true
fi
which update-initramfs > /dev/null
if [ $? -eq 0 ] ; then
if which update-initramfs > /dev/null; then
update-initramfs -u
fi