Skip to content

Commit

Permalink
json-glib: add postinstall to compile schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo authored Jun 13, 2024
1 parent 12068fb commit eb776e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions json-glib/run
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ build() {
package() {
DESTDIR="$ROOT" ninja -C build install
}

postinstall() {
glib-compile-schemas /usr/share/glib-2.0/schemas
}

0 comments on commit eb776e2

Please sign in to comment.