From f4536a4871cbbf099a7d929f2a09b8e750032323 Mon Sep 17 00:00:00 2001 From: Gerben Jan Dijkman <129263+stealthgun@users.noreply.github.com> Date: Sun, 22 Aug 2021 02:22:25 +0200 Subject: [PATCH] Update phoc-0.8.0.ebuild --- x11-wm/phoc/phoc-0.8.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11-wm/phoc/phoc-0.8.0.ebuild b/x11-wm/phoc/phoc-0.8.0.ebuild index 4c995a7..d44868c 100644 --- a/x11-wm/phoc/phoc-0.8.0.ebuild +++ b/x11-wm/phoc/phoc-0.8.0.ebuild @@ -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 }