0
0
mirror of https://github.com/termux-pacman/glibc-packages.git synced 2025-02-17 09:35:52 +00:00
2024-11-13 20:07:54 +00:00

11 lines
302 B
Bash

#!@TERMUX_PREFIX_CLASSICAL@/bin/sh
# glib-compile-schemas is located in glib-bin package which
# may not be installed.
unset LD_PRELOAD
if [ -f "@TERMUX_PREFIX@/bin/glib-compile-schemas" ]; then
@TERMUX_PREFIX@/bin/glib-compile-schemas "@TERMUX_PREFIX@/share/glib-2.0/schemas" > /dev/null
fi
exit 0