5 lines
67 B
Text
5 lines
67 B
Text
|
#!/bin/sh
|
||
|
|
||
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||
|
|
||
|
exit 0
|