diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-22 13:02:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-22 13:02:49 +0000 |
commit | e107b9028189ec1c4a3329c1b145687684c68641 (patch) | |
tree | 0b16929214c5dd09ecdc887e7335ef3d944cbbe7 /x11-misc/notify-osd/notify-osd-0.9.32.ebuild | |
parent | Remove --uninstall argument from gnome2_schemas_update wrt #394737 by Alexand... (diff) | |
download | historical-e107b9028189ec1c4a3329c1b145687684c68641.tar.gz historical-e107b9028189ec1c4a3329c1b145687684c68641.tar.bz2 historical-e107b9028189ec1c4a3329c1b145687684c68641.zip |
Remove --uninstall argument from gnome2_schemas_update wrt #394739 by Alexandre Rostovtsev
Package-Manager: portage-2.2.0_alpha79/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/notify-osd/notify-osd-0.9.32.ebuild')
-rw-r--r-- | x11-misc/notify-osd/notify-osd-0.9.32.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/notify-osd/notify-osd-0.9.32.ebuild b/x11-misc/notify-osd/notify-osd-0.9.32.ebuild index 7e11c57e4198..54d3ddaf9694 100644 --- a/x11-misc/notify-osd/notify-osd-0.9.32.ebuild +++ b/x11-misc/notify-osd/notify-osd-0.9.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v 1.1 2011/10/21 19:24:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v 1.2 2011/12/22 13:02:49 ssuominen Exp $ EAPI=4 inherit autotools gnome2-utils savedconfig @@ -54,5 +54,5 @@ pkg_postinst() { } pkg_postrm() { gnome2_icon_cache_update - gnome2_schemas_update --uninstall + gnome2_schemas_update } |