- add gtk-update-icon-cache @exec/@unexec

ok jasper@
This commit is contained in:
ajacoutot 2007-10-15 09:37:10 +00:00
parent f843d0ffe7
commit b48fb101d2
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.2 2007/10/08 08:22:41 steven Exp $
# $OpenBSD: Makefile,v 1.3 2007/10/15 09:37:10 ajacoutot Exp $
COMMENT= genealogical research and analysis management program system
DISTNAME= gramps-2.2.8
PKGNAME= ${DISTNAME}p0
PKGNAME= ${DISTNAME}p1
CATEGORIES= misc x11
HOMEPAGE= http://www.gramps-project.org/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/07/13 20:03:38 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.2 2007/10/15 09:37:10 ajacoutot Exp $
bin/gramps
@man man/man1/gramps.1
share/application-registry/
@ -1697,5 +1697,7 @@ share/schemas/gramps/gramps.schemas
@exec GCONF_CONFIG_SOURCE=`%D/bin/gconftool-2 --get-default-source` %D/bin/gconftool-2 --makefile-install-rule %D/share/schemas/gramps/*.schemas > /dev/null
@exec %D/bin/update-mime-database %D/share/mime
@unexec %D/bin/update-mime-database %D/share/mime
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/gnome
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database