summaryrefslogtreecommitdiff
path: root/libre/uboot-omap3_beagle/uboot-omap3_beagle.install
diff options
context:
space:
mode:
Diffstat (limited to 'libre/uboot-omap3_beagle/uboot-omap3_beagle.install')
-rw-r--r--libre/uboot-omap3_beagle/uboot-omap3_beagle.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/libre/uboot-omap3_beagle/uboot-omap3_beagle.install b/libre/uboot-omap3_beagle/uboot-omap3_beagle.install
new file mode 100644
index 000000000..249f69df3
--- /dev/null
+++ b/libre/uboot-omap3_beagle/uboot-omap3_beagle.install
@@ -0,0 +1,11 @@
+extlinux_warning() {
+ echo ">>> WARNING: for entries, edit /boot/extlinux/extlinux.conf"
+}
+
+post_install() {
+ extlinux_warning
+}
+
+post_upgrade() {
+ extlinux_warning
+}