summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-20 03:01:54 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-20 03:01:54 -0500
commitb8e997d669f2779a6f954a9ce5cfb887d0ee91e8 (patch)
treec20220a94b4fc7a65b110c2ab41765671acc5530 /eclass
parentfd47b082ab0da4bc79447a8e2bfb7e77dd71874d (diff)
downloadbaldeagleos-repo-b8e997d669f2779a6f954a9ce5cfb887d0ee91e8.tar.gz
baldeagleos-repo-b8e997d669f2779a6f954a9ce5cfb887d0ee91e8.tar.xz
baldeagleos-repo-b8e997d669f2779a6f954a9ce5cfb887d0ee91e8.zip
Adding metadata
Diffstat (limited to 'eclass')
-rw-r--r--eclass/mount-boot.eclass9
1 files changed, 1 insertions, 8 deletions
diff --git a/eclass/mount-boot.eclass b/eclass/mount-boot.eclass
index ce17026ffd2b..527a8199e6e8 100644
--- a/eclass/mount-boot.eclass
+++ b/eclass/mount-boot.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
# @ECLASS: mount-boot.eclass
@@ -33,13 +33,6 @@ mount-boot_pkg_preinst() {
mount-boot_pkg_prerm() {
mount-boot_check_status
-
- if [[ -z ${EPREFIX} ]] \
- && ! ( shopt -s failglob; : "${EROOT}"/boot/.keep* ) 2>/dev/null
- then
- # Create a .keep file, in case it is shadowed at the mount point
- touch "${EROOT}"/boot/.keep 2>/dev/null
- fi
}
# No-op phases for backwards compatibility