diff options
author | rbuj <[email protected]> | 2019-09-18 22:10:45 +0200 |
---|---|---|
committer | Victor Kareh <[email protected]> | 2019-09-20 09:34:13 -0400 |
commit | c129d4603fcaccc85f0eac9e1c198ad84291dfc8 (patch) | |
tree | 7d33953cdb5b6841753b9ab970a1819ac3c29588 /baobab/pixmaps | |
parent | 2899d4d719bfa7be790608c208208770ef425911 (diff) | |
download | mate-utils-c129d4603fcaccc85f0eac9e1c198ad84291dfc8.tar.bz2 mate-utils-c129d4603fcaccc85f0eac9e1c198ad84291dfc8.tar.xz |
Install hicolor_apps_24x24_mate-disk-usage-analyzer.png
Test:
$ ./autogen.sh prefix=/usr && make && sudo make install
$ ls /usr/share/icons/hicolor/24x24/apps/mate-disk-usage-analyzer.png
Diffstat (limited to 'baobab/pixmaps')
-rw-r--r-- | baobab/pixmaps/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/baobab/pixmaps/Makefile.am b/baobab/pixmaps/Makefile.am index 6804bef9..aa0380b1 100644 --- a/baobab/pixmaps/Makefile.am +++ b/baobab/pixmaps/Makefile.am @@ -1,6 +1,7 @@ png_icons = \ hicolor_apps_16x16_mate-disk-usage-analyzer.png \ hicolor_apps_22x22_mate-disk-usage-analyzer.png \ + hicolor_apps_24x24_mate-disk-usage-analyzer.png \ hicolor_apps_32x32_mate-disk-usage-analyzer.png \ hicolor_apps_48x48_mate-disk-usage-analyzer.png \ hicolor_apps_128x128_mate-disk-usage-analyzer.png \ |