9 lines
167 B
Text
9 lines
167 B
Text
post_install() {
|
|
dconf update
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
}
|
|
|
|
post_upgrade() {
|
|
dconf update
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
}
|