Fix detection of update-initramfs. (Closes: #843727)
This commit is contained in:
Vendored
+1
@@ -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
|
||||
|
||||
|
||||
Vendored
+1
-2
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user