include NMU from Daniel Baumann

This commit is contained in:
Yves-Alexis Perez
2010-10-11 19:01:29 +00:00
parent 5f5b0cce40
commit 2f56097511
3 changed files with 11 additions and 3 deletions

2
debian/postrm vendored
View File

@@ -4,7 +4,7 @@
if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
if which update-grub2 > /dev/null ; then
update-grub2
update-grub2 || true
fi
fi