gtk3: prevent adding 'glib-compile-resources' to gtk3 package
This commit is contained in:
parent
3f991fac21
commit
239d02d526
@ -32,6 +32,11 @@ termux_step_pre_configure() {
|
||||
cp -f /usr/bin/glib-compile-resources "${TERMUX_PREFIX}/bin/glib-compile-resources"
|
||||
}
|
||||
|
||||
termux_step_post_massage() {
|
||||
# don't store updated glib-compile-resources.
|
||||
rm -f "${TERMUX_PKG_MASSAGEDIR}/${TERMUX_PREFIX}/bin/glib-compile-resources"
|
||||
}
|
||||
|
||||
termux_step_create_debscripts() {
|
||||
for i in postinst postrm triggers; do
|
||||
sed \
|
||||
|
Loading…
Reference in New Issue
Block a user