app-office/*: update GSchemas.
This commit is contained in:
parent
77d65e8826
commit
8eb8aa9c23
|
@ -30,3 +30,15 @@ DEPEND="app-office/laview-core
|
||||||
x11-libs/gtk+:3"
|
x11-libs/gtk+:3"
|
||||||
|
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
pkg_preinst() {
|
||||||
|
gnome2_schemas_savelist
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
|
@ -31,3 +31,15 @@ DEPEND="app-office/laview-core
|
||||||
app-office/laview-data-example"
|
app-office/laview-data-example"
|
||||||
|
|
||||||
RDEPEND="${DEPEND}"
|
RDEPEND="${DEPEND}"
|
||||||
|
|
||||||
|
pkg_preinst() {
|
||||||
|
gnome2_schemas_savelist
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postinst() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
||||||
|
pkg_postrm() {
|
||||||
|
gnome2_schemas_update
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue