From 09acdef369440bb5209a28e98be3f4f970052d7a Mon Sep 17 00:00:00 2001 From: Fredrik Fornwall Date: Thu, 20 Jun 2024 09:58:47 +0200 Subject: [PATCH] chore(scripts/setup-ubuntu.sh): Add gtk-update-icon-cache --- scripts/setup-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index ebe8f091fa33c22..79c58ab8ead7eb0 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -207,6 +207,7 @@ PACKAGES+=" alex" PACKAGES+=" docbook-xsl-ns" PACKAGES+=" gnome-common" PACKAGES+=" gobject-introspection" +PACKAGES+=" gtk-update-icon-cache" PACKAGES+=" happy" PACKAGES+=" itstool" PACKAGES+=" libdbus-glib-1-dev-bin"