From 1342ec8f68d240f7b2cd8a09be27f3dba0c1987f Mon Sep 17 00:00:00 2001 From: landry Date: Wed, 8 Oct 2008 13:11:27 +0000 Subject: [PATCH] Remove icon cache file on pkg_delete. ok ajacoutot@ --- x11/xfce4/xfce4-icon-theme/Makefile | 4 ++-- x11/xfce4/xfce4-icon-theme/pkg/PLIST | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11/xfce4/xfce4-icon-theme/Makefile b/x11/xfce4/xfce4-icon-theme/Makefile index ea0be1c40f6..fd7265faf52 100644 --- a/x11/xfce4/xfce4-icon-theme/Makefile +++ b/x11/xfce4/xfce4-icon-theme/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.13 2008/07/10 11:38:03 landry Exp $ +# $OpenBSD: Makefile,v 1.14 2008/10/08 13:11:27 landry Exp $ PKG_ARCH= * COMMENT= icon theme for xfce4 XFCE_PROJECT= xfce4-icon-theme -PKGNAME= ${DISTNAME}p2 +PKGNAME= ${DISTNAME}p3 HOMEPAGE= http://www.xfce.org/projects diff --git a/x11/xfce4/xfce4-icon-theme/pkg/PLIST b/x11/xfce4/xfce4-icon-theme/pkg/PLIST index 4f9816d1d98..d07aa5f18f6 100644 --- a/x11/xfce4/xfce4-icon-theme/pkg/PLIST +++ b/x11/xfce4/xfce4-icon-theme/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $OpenBSD: PLIST,v 1.6 2008/04/17 09:00:24 landry Exp $ +@comment $OpenBSD: PLIST,v 1.7 2008/10/08 13:11:27 landry Exp $ lib/pkgconfig/ lib/pkgconfig/xfce4-icon-theme-1.0.pc share/icons/ @@ -1633,4 +1633,4 @@ share/xfce4/mime/ share/xfce4/mime/Rodent.mime.xml @exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Rodent 2> /dev/null || true @unexec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/Rodent 2> /dev/null || true -@extra share/icons/Rodent/icon-theme.cache +@unexec-delete rm -f %D/share/icons/Rodent/icon-theme.cache