diff options
author | Danny Rawlins <contact@romster.me> | 2021-03-30 00:37:53 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-03-30 00:37:53 +1100 |
commit | a992949c0c170d7793b199a125ffe8b2a51731ef (patch) | |
tree | 29edccd2bee0718c63e5b78a163ecf56e0870c42 /adwaita-icon-theme | |
parent | 61f43dc490b89420fb01041c7b8e4a73cc212e6e (diff) | |
download | opt-a992949c0c170d7793b199a125ffe8b2a51731ef.tar.gz opt-a992949c0c170d7793b199a125ffe8b2a51731ef.tar.xz |
adwaita-icon-theme: add a README stating the post-install script
Diffstat (limited to 'adwaita-icon-theme')
-rw-r--r-- | adwaita-icon-theme/README | 9 |
1 files changed, 9 insertions, 0 deletions
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. |