Add gschema install stage
This commit is contained in:
parent
b71db3e429
commit
76233709cd
2 changed files with 19 additions and 0 deletions
11
recoder.install
Normal file
11
recoder.install
Normal 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
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue