mirror of
https://github.com/termux/termux-packages.git
synced 2025-10-11 04:50:45 +00:00
The glib-bin subpackage prevents glib from compiling schemes that are important for the proper operation of the graphical environment. Additional: include postinst script for pacman to compile the scheme after installing or updating the package.
6 lines
96 B
Bash
6 lines
96 B
Bash
#!@TERMUX_PREFIX@/bin/sh
|
|
|
|
glib-compile-schemas "@TERMUX_PREFIX@/share/glib-2.0/schemas"
|
|
|
|
exit 0
|