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:
parent
b1bf4134ee
commit
4c7b27d411
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit cmake-utils xdg-utils
|
inherit eutils xdg cmake
|
||||||
|
|
||||||
DESCRIPTION="A graphical grub2 settings manager"
|
DESCRIPTION="A graphical grub2 settings manager"
|
||||||
HOMEPAGE="https://launchpad.net/grub-customizer"
|
HOMEPAGE="https://launchpad.net/grub-customizer"
|
||||||
@ -35,9 +35,11 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
xdg_icon_cache_update
|
xdg_desktop_database_update
|
||||||
|
xdg_icon_cache_update
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
xdg_icon_cache_update
|
xdg_desktop_database_update
|
||||||
|
xdg_icon_cache_update
|
||||||
}
|
}
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=7
|
EAPI=7
|
||||||
|
|
||||||
inherit cmake-utils xdg-utils
|
inherit eutils xdg cmake
|
||||||
|
|
||||||
DESCRIPTION="A graphical grub2 settings manager"
|
DESCRIPTION="A graphical grub2 settings manager"
|
||||||
HOMEPAGE="https://launchpad.net/grub-customizer"
|
HOMEPAGE="https://launchpad.net/grub-customizer"
|
||||||
@ -35,9 +35,11 @@ RDEPEND="
|
|||||||
"
|
"
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
xdg_icon_cache_update
|
xdg_desktop_database_update
|
||||||
|
xdg_icon_cache_update
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
xdg_icon_cache_update
|
xdg_desktop_database_update
|
||||||
|
xdg_icon_cache_update
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user