5 lines
90 B
Bash
5 lines
90 B
Bash
#!/bin/sh
|
|
# compile needed glib schemas
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
|