diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-12-24 14:05:02 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-12-24 14:05:02 +0000 |
commit | 7e363b923a5933e24521c24eafc75492fa4f5826 (patch) | |
tree | 1beb44490291b81d3c4d38949491ef713ade8e33 /sys-boot/grub-config-redcore | |
parent | c9bfec0fb3ac5ef91f9e283c6fdb0c11d6ae6273 (diff) |
sys-boot/grub-config-redcore : fix ebuild corruption
Diffstat (limited to 'sys-boot/grub-config-redcore')
-rw-r--r-- | sys-boot/grub-config-redcore/grub-config-redcore-1337-r1.ebuild | 1 |
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 |