Add gschema install stage

This commit is contained in:
Jeena 2025-06-06 21:54:25 +09:00
parent b71db3e429
commit 76233709cd
2 changed files with 19 additions and 0 deletions

11
recoder.install Normal file
View file

@ -0,0 +1,11 @@
post_install() {
glib-compile-schemas /usr/share/glib-2.0/schemas
}
post_upgrade() {
glib-compile-schemas /usr/share/glib-2.0/schemas
}
post_remove() {
glib-compile-schemas /usr/share/glib-2.0/schemas
}