mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-23 15:12:20 +01:00
5 lines
90 B
Plaintext
5 lines
90 B
Plaintext
|
#!/bin/sh
|
||
|
# compile needed glib schemas
|
||
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
||
|
|