15 lines
153 B
Text
15 lines
153 B
Text
_update() {
|
|
glib-compile-schemas '/usr/share/glib-2.0/schemas/'
|
|
}
|
|
|
|
post_install() {
|
|
_update
|
|
}
|
|
|
|
post_upgrade() {
|
|
_update
|
|
}
|
|
|
|
post_remove() {
|
|
_update
|
|
}
|