openbsd-ports/x11/gtk+2/pkg/PLIST-guic
ajacoutot f8813c40bc Add a -guic subpackage for gtk-update-icon-cache.
This allows for gtk+3 to not depends on gtk+2. We will now also be able to
properly set a dependency on gtk-update-icon-cache for apps installing
icons.
2011-12-03 18:30:41 +00:00

6 lines
305 B
Plaintext

@comment $OpenBSD: PLIST-guic,v 1.1 2011/12/03 18:30:41 ajacoutot Exp $
@conflict gtk+2-<2.24.8p0
@unexec rm -f %D/share/icons/hicolor/icon-theme.cache
@bin bin/gtk-update-icon-cache
@exec /usr/bin/find %D/share/icons -type d -maxdepth 1 -exec %D/bin/gtk-update-icon-cache -q -f {} \; 2>/dev/null || true