Add missing gtk-update-icon-cache goo.

This commit is contained in:
ajacoutot 2009-12-06 18:44:25 +00:00
parent a74730da46
commit 619919cff4
2 changed files with 5 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.53 2009/11/17 19:15:05 jasper Exp $
# $OpenBSD: Makefile,v 1.54 2009/12/06 18:44:25 ajacoutot Exp $
COMMENT= GNU Image Manipulation Program
@ -12,7 +12,7 @@ SHARED_LIBS= gimp-2.0 267.0 \
gimpthumb-2.0 267.0 \
gimpui-2.0 267.0 \
gimpwidgets-2.0 267.0
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= graphics
MAINTAINER= Giovanni Bechis <giovanni@openbsd.org>

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.23 2009/09/25 12:43:16 giovanni Exp $
@comment $OpenBSD: PLIST,v 1.24 2009/12/06 18:44:25 ajacoutot Exp $
@pkgpath ${BASE_PKGPATH},altivec
%%SHARED%%
bin/gimp
@ -2123,5 +2123,7 @@ share/locale/zh_TW/LC_MESSAGES/gimp20-script-fu.mo
share/locale/zh_TW/LC_MESSAGES/gimp20-std-plug-ins.mo
share/locale/zh_TW/LC_MESSAGES/gimp20-tips.mo
share/locale/zh_TW/LC_MESSAGES/gimp20.mo
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database