app-admin/grub-customizer: use better eclasses

Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Maciej Barć <xgqt@protonmail.com>
This commit is contained in:
Maciej Barć 2020-07-24 06:16:34 +02:00
parent b1bf4134ee
commit 4c7b27d411
No known key found for this signature in database
GPG Key ID: 031C9FE65BED714A
2 changed files with 10 additions and 6 deletions

View File

@ -3,7 +3,7 @@
EAPI=7
inherit cmake-utils xdg-utils
inherit eutils xdg cmake
DESCRIPTION="A graphical grub2 settings manager"
HOMEPAGE="https://launchpad.net/grub-customizer"
@ -35,9 +35,11 @@ RDEPEND="
"
pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
xdg_icon_cache_update
}

View File

@ -3,7 +3,7 @@
EAPI=7
inherit cmake-utils xdg-utils
inherit eutils xdg cmake
DESCRIPTION="A graphical grub2 settings manager"
HOMEPAGE="https://launchpad.net/grub-customizer"
@ -35,9 +35,11 @@ RDEPEND="
"
pkg_postinst() {
xdg_icon_cache_update
xdg_desktop_database_update
xdg_icon_cache_update
}
pkg_postrm() {
xdg_icon_cache_update
xdg_desktop_database_update
xdg_icon_cache_update
}