29 Mar
2021
29 Mar
'21
1:38 p.m.
commit a992949c0c170d7793b199a125ffe8b2a51731ef Author: Danny Rawlins <contact@romster.me> Date: Tue Mar 30 00:37:53 2021 +1100 adwaita-icon-theme: add a README stating the post-install script diff --git a/adwaita-icon-theme/README b/adwaita-icon-theme/README new file mode 100644 index 000000000..1daa76fb5 --- /dev/null +++ b/adwaita-icon-theme/README @@ -0,0 +1,9 @@ +POST-INSTALL: + +Once adwaita-icon-theme is installed you need to update gdk-pixbuf and gtk +cache with these commands: + +gdk-pixbuf-query-loaders --update-cache +gtk-update-icon-cache -q -t -f /usr/share/icons/Adwaita + +A post-install script is provided for convenience.