Prevent duplicate options and deactivate ILoveCandy

This commit is contained in:
Manuel Thalmann 2023-04-05 10:44:15 +02:00
parent 8f8bbbc326
commit 0b6c4352bf

View file

@ -2,8 +2,9 @@
sudo sed -i \
-e "/^\[options\]$/,/^\[/{" \
-e "s/^#\?\(Color\)$/\1/;" \
-e "/^ILoveCandy$/d;" \
-e "/^# Misc options$/{" \
-e "a ILoveCandy" \
`# -e "a ILoveCandy"` \
-e "};" \
-e "}" \
-e "/^#\?\[multilib\]$/,/^$/{ s/^#\?\(.*\)$/\1/; }" \