diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-26 19:22:56 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2016-07-26 19:22:56 -0300 |
commit | 5a1bfe6b536052fbc386dcb0f9a8d4cf991ec5e3 (patch) | |
tree | f7e6ca36700cb2c12d80000440c29547ebb332ac /pcr/grub2-theme-gnuaxiom | |
parent | a8c100c20a00b54ac5c0abe16e0602f8a9c2c844 (diff) | |
download | abslibre-5a1bfe6b536052fbc386dcb0f9a8d4cf991ec5e3.tar.gz abslibre-5a1bfe6b536052fbc386dcb0f9a8d4cf991ec5e3.tar.bz2 abslibre-5a1bfe6b536052fbc386dcb0f9a8d4cf991ec5e3.zip |
move grub2-theme-gnuaxiom to [libre] since it will be used by the Mate ISO by default
Diffstat (limited to 'pcr/grub2-theme-gnuaxiom')
-rw-r--r-- | pcr/grub2-theme-gnuaxiom/PKGBUILD | 24 | ||||
-rw-r--r-- | pcr/grub2-theme-gnuaxiom/grub2-theme-gnuaxiom.install | 10 |
2 files changed, 0 insertions, 34 deletions
diff --git a/pcr/grub2-theme-gnuaxiom/PKGBUILD b/pcr/grub2-theme-gnuaxiom/PKGBUILD deleted file mode 100644 index c84f70732..000000000 --- a/pcr/grub2-theme-gnuaxiom/PKGBUILD +++ /dev/null @@ -1,24 +0,0 @@ -# Maintainer: Luke R. <g4jc@openmailbox.org> GPG: rsa4096/3EAE8697 - -pkgname=grub2-theme-gnuaxiom -_pkgname=GNUAxiom -pkgver=1.03 -pkgrel=1 -pkgdesc="A Parabola GNU/Linux-libre theme for grub2, forked from Axiom." -arch=('any') -url="https://github.com/g4jc/GNUAxiom" -license=('GPL2') -makedepends=('grub') -source=("https://github.com/g4jc/$_pkgname/archive/$pkgver.tar.gz") -install=$pkgname.install -sha512sums=('730c30d39255ea8c9b178ce0f6ebe754e2443a7c64422200ae3dfffc78ce9a645e3488e6b7078e7b96f7ccbaa161730bd2f7af5a4d391240401f4cad792e2686') - -prepare() { -cd $srcdir - mv $_pkgname-$pkgver $_pkgname -} - -package() { - cd $srcdir - find . -type f -exec install -D -m644 {} ${pkgdir}/boot/grub/themes/{} \; -} diff --git a/pcr/grub2-theme-gnuaxiom/grub2-theme-gnuaxiom.install b/pcr/grub2-theme-gnuaxiom/grub2-theme-gnuaxiom.install deleted file mode 100644 index a8470e53b..000000000 --- a/pcr/grub2-theme-gnuaxiom/grub2-theme-gnuaxiom.install +++ /dev/null @@ -1,10 +0,0 @@ -post_install() { - cat << _EOF - -==> Installation: -==> Add theme to your /etc/default/grub: GRUB_THEME="/boot/grub/themes/GNUAxiom/theme.txt" -==> Preferred resolution 1024x768: GRUB_GFXMODE=1024x768 -==> Update grub:# grub-mkconfig -o /boot/grub/grub.cfg - -_EOF -}
\ No newline at end of file |