7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# post-install: install/update all glib schemas after the
|
||
|
# package installation
|
||
|
|
||
|
glib-compile-schemas /usr/share/glib-2.0/schemas/
|