6 lines
188 B
Plaintext
6 lines
188 B
Plaintext
target=(/usr/share/glib-2.0/schemas/*.xml /usr/share/glib-2.0/schemas/*.override)
|
|
triggers=("install" "remove")
|
|
operation() {
|
|
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
}
|