app-office/*: update GSchemas.

master
Kolan Sh 2018-05-09 10:56:58 +03:00
parent 77d65e8826
commit 8eb8aa9c23
2 changed files with 24 additions and 0 deletions

View File

@ -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
}

View File

@ -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
}