A couple of missed @unexec->@unexec-delete *-update-* goos

This commit is contained in:
sthen 2009-12-22 11:41:46 +00:00
parent 575e8193e9
commit 763fa4dc99
4 changed files with 8 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.48 2009/12/22 00:31:23 sthen Exp $
# $OpenBSD: Makefile,v 1.49 2009/12/22 11:41:47 sthen Exp $
COMMENT-main= lightweight BitTorrent command line and daemon client
COMMENT-gui= lightweight BitTorrent client with graphical interface
@ -6,7 +6,7 @@ COMMENT-gui= lightweight BitTorrent client with graphical interface
VER= 1.76
DISTNAME= transmission-${VER}
PKGNAME-main= transmission-${VER}p1
PKGNAME-gui= transmission-gui-${VER}p3
PKGNAME-gui= transmission-gui-${VER}p4
CATEGORIES= net
HOMEPAGE= http://www.transmissionbt.com/

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-gui,v 1.19 2009/12/22 00:31:23 sthen Exp $
@comment $OpenBSD: PLIST-gui,v 1.20 2009/12/22 11:41:47 sthen Exp $
@bin bin/transmission
@man man/man1/transmission.1
share/applications/transmission.desktop
@ -139,6 +139,6 @@ share/locale/zh_TW/LC_MESSAGES/transmission.mo
share/pixmaps/
share/pixmaps/transmission.png
@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
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.5 2009/12/22 00:31:23 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2009/12/22 11:41:47 sthen Exp $
COMMENT= Gtk-based GUI client for Twitter
GNOME_PROJECT= twitux
GNOME_VERSION= 0.69
PKGNAME= ${DISTNAME}p2
PKGNAME= ${DISTNAME}p3
CATEGORIES= net

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.2 2009/12/22 00:31:23 sthen Exp $
@comment $OpenBSD: PLIST,v 1.3 2009/12/22 11:41:46 sthen Exp $
@bin bin/twitux
share/applications/twitux.desktop
share/gnome/help/twitux/
@ -34,6 +34,6 @@ share/twitux/prefs_dlg.xml
share/twitux/send_message_dlg.xml
share/twitux/spell_dlg.xml
@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
@unexec-delete %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
@exec %D/bin/update-desktop-database
@unexec-delete %D/bin/update-desktop-database