From 969609c3df945079418d2e90a85df1a09f411f36 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Fri, 26 Feb 2016 17:38:06 -0300 Subject: uboot4extlinux-sunxi: add new package to [libre] --- .../uboot-pcduino-linux-libre.install | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 libre/uboot-sunxi-linux-libre/uboot-pcduino-linux-libre.install (limited to 'libre/uboot-sunxi-linux-libre/uboot-pcduino-linux-libre.install') diff --git a/libre/uboot-sunxi-linux-libre/uboot-pcduino-linux-libre.install b/libre/uboot-sunxi-linux-libre/uboot-pcduino-linux-libre.install deleted file mode 100644 index b6bd4d068..000000000 --- a/libre/uboot-sunxi-linux-libre/uboot-pcduino-linux-libre.install +++ /dev/null @@ -1,22 +0,0 @@ -flash_uboot() { - echo "A new U-Boot version needs to be flashed onto /dev/mmcblk0." - echo "Do you want to do this now? [y|N]" - read -r shouldwe - if [[ $shouldwe =~ ^([yY][eE][sS]|[yY])$ ]]; then - dd if=/boot/uboot-pcduino-linux-libre/u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8 - else - echo "You can do this later by running:" - echo "# dd if=/boot/uboot-pcduino-linux-libre/u-boot-sunxi-with-spl.bin of=/dev/mmcblk0 bs=1024 seek=8" - fi -} - -## arg 1: the new package version -post_install() { - flash_uboot -} - -## arg 1: the new package version -## arg 2: the old package version -post_upgrade() { - flash_uboot -} -- cgit v1.2.3