aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index cd64844..bae549c 100755
--- a/install.sh
+++ b/install.sh
@@ -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.