Use @unexec-delete here.

This commit is contained in:
ajacoutot 2011-03-31 16:37:17 +00:00
parent d1d80aaaf4
commit dca851a00f
2 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
# $OpenBSD: Makefile,v 1.4 2011/03/31 16:25:27 kili Exp $
# $OpenBSD: Makefile,v 1.5 2011/03/31 16:37:17 ajacoutot Exp $
COMMENT = 2D arcade game
DISTNAME = blobwars-1.18
REVISION = 0
CATEGORIES = games

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2011/03/31 16:25:27 kili Exp $
@comment $OpenBSD: PLIST,v 1.4 2011/03/31 16:37:17 ajacoutot Exp $
@bin bin/blobwars
share/applications/blobwars.desktop
share/blobwars/
@ -45,6 +45,6 @@ share/locale/nl/LC_MESSAGES/blobwars.mo
share/locale/pl/LC_MESSAGES/blobwars.mo
share/locale/sv/LC_MESSAGES/blobwars.mo
@exec %D/bin/update-desktop-database
@unexec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true