File: 91-u-boot-menu.install

package info (click to toggle)
u-boot-menu 4.2.4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 120 kB
  • sloc: sh: 283; makefile: 2
file content (12 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

set -e

# FIXME support U_BOOT_SYNC_DTBS on "add" and "remove" events

# Exit if u-boot-menu was removed (!= purged)
if [ -x /usr/sbin/u-boot-update ]
then
       # Update extlinux configuration
       u-boot-update
fi