summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-09-01 00:07:45 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-09-01 00:07:45 +0000
commiteb89b65091c0b4b2bc77a9c2c474a87b88ff3c68 (patch)
tree6c2c24d362efe06c0bf4acf89865731aefc429c3 /net-irc
parentupdate live ebuild (diff)
downloadgentoo-2-eb89b65091c0b4b2bc77a9c2c474a87b88ff3c68.tar.gz
gentoo-2-eb89b65091c0b4b2bc77a9c2c474a87b88ff3c68.tar.bz2
gentoo-2-eb89b65091c0b4b2bc77a9c2c474a87b88ff3c68.zip
update live ebuild
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/hexchat/ChangeLog5
-rw-r--r--net-irc/hexchat/hexchat-9999.ebuild12
2 files changed, 10 insertions, 7 deletions
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 <hasufell@gentoo.org> hexchat-9999.ebuild:
+ update live ebuild
01 Sep 2013; Julian Ospald <hasufell@gentoo.org> 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
}