Add new patch asix-ethernet.patch
[kernel-power] / kernel-power-2.6.28 / debian / kernel-power-bootimg.postrm
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#