diff --git a/adwaita-icon-theme.be0 b/adwaita-icon-theme.be0 index 352629da9..38a931c1d 100755 --- a/adwaita-icon-theme.be0 +++ b/adwaita-icon-theme.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION adwaita-icon-theme-3.32.0-0 +# BEE_VERSION adwaita-icon-theme-3.34.0-0 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -61,15 +61,9 @@ SRCURL[0]="https://ftp.gnome.org/pub/gnome/sources/adwaita-icon-theme/${PKGVERSI # bee_build #} -mee_install() { - bee_install - - # https://gitlab.gnome.org/GNOME/adwaita-icon-theme/issues/38 - cd ${D}${DATADIR}/icons/Adwaita/ - for size in 16x16 22x22 24x24 32x32 48x48 512x512; do - (cd $size/mimetypes; ln -vsf ../places/folder.png inode-directory.png) - done -} +#mee_install() { +# bee_install +#} ## by default this may be 'make install DESTDIR="${D}"' ###############################################################################