gentooup: cleanup failed merge
This commit is contained in:
parent
a87157013d
commit
87549429c3
1 changed files with 0 additions and 5 deletions
|
@ -138,17 +138,12 @@ if [[ $(qlist -I gentoo-sources) != "" ]] ; then
|
||||||
myemerge "${PORTAGE_OPTIONS[@]}" --deselect gentoo-sources:"${CURRENTKERNELVERSION/"-gentoo"/}"
|
myemerge "${PORTAGE_OPTIONS[@]}" --deselect gentoo-sources:"${CURRENTKERNELVERSION/"-gentoo"/}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
<<<<<<< Updated upstream
|
|
||||||
if [[ -n "$(which restart-services)" && $CHROOTED == "1" ]] ; then
|
|
||||||
restart-services -l
|
|
||||||
=======
|
|
||||||
if [[ -n "$(which updateEfiStubsAndBootManager.sh)" && $CHROOTED == "1" ]] ; then
|
if [[ -n "$(which updateEfiStubsAndBootManager.sh)" && $CHROOTED == "1" ]] ; then
|
||||||
updateEfiStubsAndBootManager.sh
|
updateEfiStubsAndBootManager.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n "$(which restart_services)" && $CHROOTED == "1" ]] ; then
|
if [[ -n "$(which restart_services)" && $CHROOTED == "1" ]] ; then
|
||||||
restart_services -l
|
restart_services -l
|
||||||
>>>>>>> Stashed changes
|
|
||||||
fi
|
fi
|
||||||
echo "Started at $STARTDATE"
|
echo "Started at $STARTDATE"
|
||||||
echo " Ended at $(date -Iseconds)"
|
echo " Ended at $(date -Iseconds)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue