Leonid Plyushch
5 years ago
4 changed files with 25 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||||
|
#!@TERMUX_PREFIX@/bin/sh |
||||
|
|
||||
|
# glib-compile-schemas is located in glib-bin package which |
||||
|
# may not be installed. |
||||
|
if [ -x "$(command -v glib-compile-schemas)" ]; then |
||||
|
glib-compile-schemas "@TERMUX_PREFIX@/share/glib-2.0/schemas" > /dev/null |
||||
|
fi |
||||
|
|
||||
|
exit 0 |
@ -0,0 +1,3 @@ |
|||||
|
#!@TERMUX_PREFIX@/bin/sh |
||||
|
rm -f "@TERMUX_PREFIX@/share/glib-2.0/schemas/gschemas.compiled" |
||||
|
exit 0 |
@ -0,0 +1 @@ |
|||||
|
interest-noawait @TERMUX_PREFIX@/share/glib-2.0/schemas |
Loading…
Reference in new issue