Remove icon cache file on pkg_delete.

ok ajacoutot@
This commit is contained in:
landry 2008-10-08 13:11:27 +00:00
parent 59a76cf318
commit 1342ec8f68
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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