mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-02-04 07:21:40 +01:00
6 lines
68 B
Bash
6 lines
68 B
Bash
#!/bin/sh
|
|
|
|
glib-compile-schemas /usr/share/glib-2.0/schemas
|
|
|
|
exit 0
|