Disable patches: 0001-mtd-fix-a-huge-latency-problem... and 0002-mtd-change-struct...
[kernel-power] / kernel-power-2.6.28 / debian / kernel-power-bootimg.postinst
1 #!/bin/sh -e
2
3 BOOTMENU=/usr/bin/u-boot-update-bootmenu
4
5 if [ -x $BOOTMENU ]; then
6         $BOOTMENU || true
7 fi
8
9 #DEBHELPER#