8 lines
71 B
Plaintext
8 lines
71 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
||
|
|
||
|
|