After more discussion with ajacoutot@, force removing of erroneous
icon-theme.cache file on package install. To be removed from PLIST-guic after release.
This commit is contained in:
parent
c513f8bd9d
commit
230c7faa41
@ -1,6 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.180 2014/02/09 14:24:08 zhuk Exp $
|
||||
# $OpenBSD: Makefile,v 1.181 2014/02/09 14:36:10 zhuk Exp $
|
||||
|
||||
# XXX remove '@exec ... gtk-2.0/gtk.immodules' after OPENBSD_5_5 is branched
|
||||
# XXX remove '@exec rm -f %D/share/icons/icon-theme.cache' after OPENBSD_5_5 is branched
|
||||
|
||||
COMMENT-main= multi-platform graphical toolkit
|
||||
COMMENT-guic= gtk+ icon theme caching utility
|
||||
@ -12,7 +13,7 @@ PKGNAME-main= gtk+2-${GNOME_VERSION}
|
||||
PKGNAME-guic= gtk-update-icon-cache-${GNOME_VERSION}
|
||||
|
||||
REVISION-main= 0
|
||||
REVISION-guic= 0
|
||||
REVISION-guic= 1
|
||||
|
||||
CATEGORIES= x11 devel
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
@comment $OpenBSD: PLIST-guic,v 1.3 2014/02/09 14:24:08 zhuk Exp $
|
||||
@comment $OpenBSD: PLIST-guic,v 1.4 2014/02/09 14:36:10 zhuk Exp $
|
||||
@conflict gtk+2-<2.24.8p0
|
||||
@unexec rm -f %D/share/icons/hicolor/icon-theme.cache
|
||||
@bin bin/gtk-update-icon-cache
|
||||
@exec /bin/rm -f %D/share/icons/icon-theme.cache
|
||||
@exec /usr/bin/find %D/share/icons -type d -mindepth 1 -maxdepth 1 -exec %D/bin/gtk-update-icon-cache -q -t -f {} \; 2>/dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user