sci-electronics/qelectrotech: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9
This commit is contained in:
Marty E. Plummer
2018-04-08 13:53:25 -05:00
committed by Andreas Sturmlechner
parent ce2b63ca21
commit fe7d7e843f
2 changed files with 8 additions and 8 deletions

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils fdo-mime gnome2-utils qmake-utils
inherit eutils gnome2-utils qmake-utils xdg-utils
MY_P=${PN}-${PV%0}-src
@@ -57,11 +57,11 @@ pkg_preinst() {
}
pkg_postinst() {
fdo-mime_desktop_database_update
xdg_desktop_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
xdg_desktop_database_update
gnome2_icon_cache_update
}

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit eutils fdo-mime gnome2-utils qmake-utils subversion
inherit eutils gnome2-utils qmake-utils subversion xdg-utils
MY_P=${PN}-${PV%0}-src
@@ -57,11 +57,11 @@ pkg_preinst() {
}
pkg_postinst() {
fdo-mime_desktop_database_update
xdg_desktop_database_update
gnome2_icon_cache_update
}
pkg_postrm() {
fdo-mime_desktop_database_update
xdg_desktop_database_update
gnome2_icon_cache_update
}