Update the elog message in postinst as gtk-update-icon-cache was
split out of gtk+ a long time ago
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
}
pkg_postinst() {
- [[ -x $(type -P gtk-update-icon-cache) ]] || elog "Install x11-libs/gtk+:2 for the gtk-update-icon-cache command."
+ [[ -x $(type -P gtk-update-icon-cache) ]] || elog "Install dev-util/gtk-update-icon-cache for the gtk-update-icon-cache command."
}
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
pkg_postinst() {
[[ -x $(type -P gtk-update-icon-cache) ]] \
- || elog "Install x11-libs/gtk+:2 for the gtk-update-icon-cache command."
+ || elog "Install dev-util/gtk-update-icon-cache for the gtk-update-icon-cache command."
}