Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=pacman-g2.git;a=commitdiff;h=512d6346a2f7e12fa018aa349bd7e2c0288cd170
commit 512d6346a2f7e12fa018aa349bd7e2c0288cd170 Author: crazy <[email protected]> Date: Tue Jan 30 17:10:11 2018 +0100 makepkg: remove _F_gnome_iconcache warning * all DE's can hadle that by itself these days .. if not the app itself is broken has wrong PATHs or broken files , and a icon cache call won't fix it .. no need to bug everyone about that diff --git a/scripts/makepkg b/scripts/makepkg index f872221..add4de2 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -1996,11 +1996,6 @@ do rm -rf $d/usr/man fi - if [ -d "$d/usr/share/icons/hicolor" ]; then - if [ -z "$_F_gnome_iconcache" ]; then - warning "Package $pkgname contains hicolor icons but _F_gnome_iconcache is not set" - fi - fi done # compress info and manual pages _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
