You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/patches/sys-apps/openrc-fix_content.sh

6 lines
161 B

if [[ ${EBUILD_PHASE} == setup ]]
then
einfo "Fix files containt of previous openrc"
sed -i '/fbcondecor/d' ${EROOT}/var/db/pkg/sys-apps/openrc-*/CONTENTS
fi