From f3be10b7fce412f040bbcc04174d1cbc8d5c800e Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 24 Feb 2016 20:26:39 -0300 Subject: uboot-omap3_beagle: add new package to [libre] --- libre/uboot-omap3_beagle/uboot-omap3_beagle.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 libre/uboot-omap3_beagle/uboot-omap3_beagle.install (limited to 'libre/uboot-omap3_beagle/uboot-omap3_beagle.install') 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 +} -- cgit v1.2.3