recoder/recoder.install
2025-06-06 21:54:25 +09:00

11 lines
211 B
Text

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
}