mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-29 02:11:16 +02: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
|
|
|