summaryrefslogtreecommitdiff
path: root/sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-13 11:34:14 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-13 11:34:14 +0000
commit29f1bd96807023d399b4902991b6a3b5f47d387d (patch)
tree9b288d6036f4e3f83de69a2805f97c97d3bd6de8 /sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild
parent222850aef7b9a30203f7eb55a82f4596fbce8b29 (diff)
sys-boot/grub-config-redcore : drop vboxvideo blacklist
Diffstat (limited to 'sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild')
-rw-r--r--sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild b/sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild
deleted file mode 100644
index a4b0a6c3..00000000
--- a/sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-DESCRIPTION="Redcore Linux GRUB configuration files"
-HOMEPAGE=""
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="sys-boot/grub"
-
-S="${FILESDIR}"
-
-src_install() {
- dodir "etc/default" || die
- insinto "etc/default" || die
- newins grub grub.example || die
-}
-
-pkg_preinst() {
- if [[ -f ""${ROOT}"etc/default/grub" ]]; then
- mv ""${ROOT}"etc/default/grub" ""${ROOT}"etc/default/grub.bak"
- fi
-}
-
-pkg_postinst() {
- if [[ -f ""${ROOT}"etc/default/grub.bak" ]]; then
- mv ""${ROOT}"etc/default/grub.bak" ""${ROOT}"etc/default/grub"
- fi
-}