mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-04 16:21:38 +01:00
7 lines
101 B
Bash
7 lines
101 B
Bash
#!/bin/sh
|
|
|
|
echo "Compiling glib schemas"
|
|
|
|
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
|