diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-24 20:26:39 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-02-24 20:26:39 -0300 |
commit | f3be10b7fce412f040bbcc04174d1cbc8d5c800e (patch) | |
tree | a9f0f5a5253ab11b702a085e0e589264d7f30c32 /libre/uboot-omap3_beagle/uboot-omap3_beagle.install | |
parent | c8159af91fef845ca8661f21bb26b8838848faba (diff) | |
download | abslibre-f3be10b7fce412f040bbcc04174d1cbc8d5c800e.tar.gz abslibre-f3be10b7fce412f040bbcc04174d1cbc8d5c800e.tar.bz2 abslibre-f3be10b7fce412f040bbcc04174d1cbc8d5c800e.zip |
uboot-omap3_beagle: add new package to [libre]
Diffstat (limited to 'libre/uboot-omap3_beagle/uboot-omap3_beagle.install')
-rw-r--r-- | libre/uboot-omap3_beagle/uboot-omap3_beagle.install | 11 |
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 +} |