diff --git a/app-office/laview-data-example/laview-data-example-9999.ebuild b/app-office/laview-data-example/laview-data-example-9999.ebuild index 2fa46be3..9b9f55f3 100644 --- a/app-office/laview-data-example/laview-data-example-9999.ebuild +++ b/app-office/laview-data-example/laview-data-example-9999.ebuild @@ -30,3 +30,15 @@ DEPEND="app-office/laview-core x11-libs/gtk+:3" RDEPEND="${DEPEND}" + +pkg_preinst() { + gnome2_schemas_savelist +} + +pkg_postinst() { + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_schemas_update +} diff --git a/app-office/laview-object-example/laview-object-example-9999.ebuild b/app-office/laview-object-example/laview-object-example-9999.ebuild index 3d712696..ef1a9f6e 100644 --- a/app-office/laview-object-example/laview-object-example-9999.ebuild +++ b/app-office/laview-object-example/laview-object-example-9999.ebuild @@ -31,3 +31,15 @@ DEPEND="app-office/laview-core app-office/laview-data-example" RDEPEND="${DEPEND}" + +pkg_preinst() { + gnome2_schemas_savelist +} + +pkg_postinst() { + gnome2_schemas_update +} + +pkg_postrm() { + gnome2_schemas_update +}