From eb89b65091c0b4b2bc77a9c2c474a87b88ff3c68 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 1 Sep 2013 00:07:45 +0000 Subject: update live ebuild (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3) --- net-irc/hexchat/ChangeLog | 5 ++++- net-irc/hexchat/hexchat-9999.ebuild | 12 ++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) (limited to 'net-irc') diff --git a/net-irc/hexchat/ChangeLog b/net-irc/hexchat/ChangeLog index 15f1beaa7bbf..4b4f1d7906eb 100644 --- a/net-irc/hexchat/ChangeLog +++ b/net-irc/hexchat/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-irc/hexchat # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.71 2013/09/01 00:04:55 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/ChangeLog,v 1.72 2013/09/01 00:07:45 hasufell Exp $ + + 01 Sep 2013; Julian Ospald hexchat-9999.ebuild: + update live ebuild 01 Sep 2013; Julian Ospald hexchat-9999.ebuild: update live ebuild diff --git a/net-irc/hexchat/hexchat-9999.ebuild b/net-irc/hexchat/hexchat-9999.ebuild index 1c0984e4ceef..036d09bae0de 100644 --- a/net-irc/hexchat/hexchat-9999.ebuild +++ b/net-irc/hexchat/hexchat-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.4 2013/09/01 00:04:55 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/hexchat/hexchat-9999.ebuild,v 1.5 2013/09/01 00:07:45 hasufell Exp $ EAPI=5 @@ -129,11 +129,6 @@ pkg_preinst() { if use gtk ; then gnome2_icon_savelist fi - - if use theme-manager ; then - fdo-mime_desktop_database_update - fdo-mime_mime_database_update - fi } pkg_postinst() { @@ -171,4 +166,9 @@ pkg_postrm() { if use gtk ; then gnome2_icon_cache_update fi + + if use theme-manager ; then + fdo-mime_desktop_database_update + fdo-mime_mime_database_update + fi } -- cgit v1.2.3-65-gdbad