Update phoc-0.8.0.ebuild

This commit is contained in:
Gerben Jan Dijkman 2021-08-22 02:22:25 +02:00 committed by GitHub
parent 44270fe996
commit f4536a4871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
EAPI=7
inherit meson vala xdg
inherit meson vala xdg gnome2-utils
MY_PV="v${PV}"
MY_P="${PN}-${MY_PV}"
@ -85,8 +85,10 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
gnome2_schemas_update
}
pkg_postrm() {
xdg_pkg_postrm
gnome2_schemas_update
}