summaryrefslogtreecommitdiff
path: root/sys-boot
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:05:02 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:05:02 +0000
commit7e363b923a5933e24521c24eafc75492fa4f5826 (patch)
tree1beb44490291b81d3c4d38949491ef713ade8e33 /sys-boot
parentc9bfec0fb3ac5ef91f9e283c6fdb0c11d6ae6273 (diff)
sys-boot/grub-config-redcore : fix ebuild corruption
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild1
1 files changed, 1 insertions, 0 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
index 901e9925..a4b0a6c3 100644
--- a/sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild
+++ b/sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild
@@ -27,6 +27,7 @@ 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