diff options
Diffstat (limited to 'install.sh')
| -rwxr-xr-x | install.sh | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -125,7 +125,10 @@ mark="$(sed -n 's/^@define-color main-bg *\(.*\);$/\1/p' "$target/styles/theme.c mark="${mark:-#24273a}" sed "s|@ACCENT@|$mark|" "$repo/icons/slackware.svg" > "$target/slackware.svg" install -Dm644 "$repo/icons/flag-it.svg" "$target/flag-it.svg" -install -Dm644 "$repo/icons/flag-gb.svg" "$target/flag-gb.svg" +install -Dm644 "$repo/icons/burger.svg" "$target/burger.svg" +# The UK flag was replaced by the hamburger for English; drop a copy left by +# an earlier install, or wb-lang's old target lingers on disk unreferenced. +rm -f "$target/flag-gb.svg" # ---------------------------------------------------------------- scripts -- # The two dot scripts used to live only in ~/bin, in no repository at all. |
