mirror of
https://github.com/termux/termux-packages.git
synced 2025-05-10 06:55:47 +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.
4 lines
91 B
Bash
4 lines
91 B
Bash
#!@TERMUX_PREFIX@/bin/sh
|
|
|
|
rm -f "@TERMUX_PREFIX@/share/glib-2.0/schemas/gschemas.compiled"
|