- add missing gtk-update-icon-cache goo

ok jasper@
This commit is contained in:
ajacoutot 2008-10-08 11:40:59 +00:00
parent 066290dc81
commit 3dc7d2b271
2 changed files with 5 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2008/07/07 21:26:50 jasper Exp $
# $OpenBSD: Makefile,v 1.5 2008/10/08 11:40:59 ajacoutot Exp $
COMMENT= Tango icon theme extras for GNOME and KDE
DISTNAME= tango-icon-theme-extras-0.1.0
PKGNAME= ${DISTNAME}p1
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
HOMEPAGE= http://tango.freedesktop.org/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/05/13 19:47:51 jasper Exp $
@comment $OpenBSD: PLIST,v 1.2 2008/10/08 11:40:59 ajacoutot Exp $
share/icons/Tango/16x16/devices/multimedia-player-dell-dj-pocket.png
share/icons/Tango/16x16/devices/multimedia-player-ipod-U2-color.png
share/icons/Tango/16x16/devices/multimedia-player-ipod-U2-monochrome.png
@ -63,3 +63,5 @@ share/icons/Tango/scalable/devices/multimedia-player-ipod-standard-monochrome.sv
share/icons/Tango/scalable/devices/multimedia-player-ipod-video-black.svg
share/icons/Tango/scalable/devices/multimedia-player-ipod-video-white.svg
share/icons/Tango/scalable/devices/multimedia-player-motorola-rokr.svg
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Tango 2> /dev/null || true
@unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Tango 2> /dev/null || true