gui-apps/swaync: Added gnome2-utils eclass to update GSettings

Signed-off-by: Jonas Frei <freijon@pm.me>
This commit is contained in:
Jonas Frei
2022-06-29 22:44:28 +02:00
parent 525025fe15
commit 2cb08a32f2

View File

@@ -3,7 +3,7 @@
EAPI=8
inherit meson vala
inherit meson vala gnome2-utils
MY_PN="SwayNotificationCenter"
DESCRIPTION="A simple notification daemon with a GTK gui for notifications and control center"
@@ -46,3 +46,11 @@ src_configure() {
)
meson_src_configure
}
pkg_postinst() {
gnome2_schemas_update
}
pkg_postrm() {
gnome2_schemas_update
}