Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=ebb8cc91e876e0eb984d285b936a25d76ca44df7
commit ebb8cc91e876e0eb984d285b936a25d76ca44df7 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Fri Jan 25 10:19:56 2008 +0100 grub-theme-fwlive-0.2.2-1-i686 - moved to the fwlive_pkgs repo diff --git a/source/base-extra/grub-theme-fwlive/FrugalBuild b/source/base-extra/grub-theme-fwlive/FrugalBuild deleted file mode 100644 index eb74f87..0000000 --- a/source/base-extra/grub-theme-fwlive/FrugalBuild +++ /dev/null @@ -1,26 +0,0 @@ -# Compiling time: 0.29 SBU -# Maintainer: Krisztian VASAS <[EMAIL PROTECTED]> - -pkgname=grub-theme-fwlive -_F_archive_name=fwlive-grub-theme -pkgver=0.2.2 -pkgrel=1 -pkgdesc="FwLive theme for GNU GRand Unified Bootloader" -url="http://ftp.frugalware.org/pub/other/artwork/grub-theme" -rodepends=('grub') -makedepends=('gfxboot>=3.3.22' 'perl-html-parser' 'cpio') -groups=('base-extra') -archs=('i686' 'x86_64') -up2date="lynx -dump $url | Flasttar" -source=($url/$_F_archive_name-$pkgver.tar.gz) -options=('nodocs') - -build() -{ - cd $Fsrcdir/themes/fwlive - make BINDIR=/usr/sbin/ - Ffilerel boot/message /boot/grub/message-fwlive -} - -sha1sums=('26d24444e997f554238e94ee561704f400f723af') - diff --git a/source/base-extra/grub-theme-fwlive/grub-theme-fwlive.install b/source/base-extra/grub-theme-fwlive/grub-theme-fwlive.install deleted file mode 100644 index a593f1c..0000000 --- a/source/base-extra/grub-theme-fwlive/grub-theme-fwlive.install +++ /dev/null @@ -1,25 +0,0 @@ -post_install() -{ - [ -f /boot/grub/message ] && rm /boot/grub/message - [ -h /boot/grub/message ] || ln -s message-fwlive /boot/grub/message -} - -post_upgrade() -{ - post_install -} - -post_remove() -{ - rm /boot/grub/message - if [ "`ls -1 /boot/grub/message-* 2>/dev/null | wc -l`" -gt 0 ]; then - ln -s `ls -1 /boot/grub/message-* | head -n 1` /boot/grub/message - fi -} - -op=$1 -shift - -$op $* - -# vim: ft=sh _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
