10 lines
158 B
Text
10 lines
158 B
Text
|
# Go to PKGBUILD
|
||
|
|
||
|
post_install() {
|
||
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||
|
}
|
||
|
|
||
|
post_remove() {
|
||
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||
|
}
|