summaryrefslogtreecommitdiff
path: root/libre/uboot-omap3_beagle/uboot-omap3_beagle.install
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-25 03:23:06 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2016-02-25 07:30:23 -0300
commit2c83ecbd26706dbdaaa7ea9405cf9f3f7703f5ee (patch)
treebbc18da6cada6cf297245870b23475406a7de3cc /libre/uboot-omap3_beagle/uboot-omap3_beagle.install
parent7fe43b1d13a26841b458e7d71485a3049ba57c8f (diff)
downloadabslibre-2c83ecbd26706dbdaaa7ea9405cf9f3f7703f5ee.tar.gz
abslibre-2c83ecbd26706dbdaaa7ea9405cf9f3f7703f5ee.tar.bz2
abslibre-2c83ecbd26706dbdaaa7ea9405cf9f3f7703f5ee.zip
rename uboot packages with Extlinux support to uboot4extlinux
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, 0 insertions, 11 deletions
diff --git a/libre/uboot-omap3_beagle/uboot-omap3_beagle.install b/libre/uboot-omap3_beagle/uboot-omap3_beagle.install
deleted file mode 100644
index 8aff26699..000000000
--- a/libre/uboot-omap3_beagle/uboot-omap3_beagle.install
+++ /dev/null
@@ -1,11 +0,0 @@
-extlinux_warning() {
- echo "==> WARNING: U-Boot uses Extlinux support to boot up. For setting it up, edit /boot/extlinux/extlinux.conf"
-}
-
-post_install() {
- extlinux_warning
-}
-
-post_upgrade() {
- extlinux_warning
-}