er2cord/tools/er2cord.install

10 lines
158 B
Plaintext

# 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
}