Index: 4.11.2/Makefile
===================================================================
--- 4.11.2/Makefile (revision 54)
+++ 4.11.2/Makefile (revision 55)
@@ -86,8 +86,6 @@
doc_dir_name = gtk4-$(version)
src_done = $(TARGET_BUILD_DIR)/.source_done
-update_script_dir = $(CURDIR)/update-immodules
-
PATCHES = PATCHES
build_dir = $(TARGET_BUILD_DIR)/build
Index: 4.11.2/gtk4-pkg-install.sh
===================================================================
--- 4.11.2/gtk4-pkg-install.sh (revision 54)
+++ 4.11.2/gtk4-pkg-install.sh (revision 55)
@@ -16,6 +16,11 @@
# arg 1: the new package version
pre_install() {
+ /bin/true
+}
+
+# arg 1: the new package version
+post_install() {
# Notice we use an absolute path below, rather than usr/bin/update-gdk-pixbuf-loaders
# or usr/bin/update-gtk-immodules .
# Also we have to check that we are not in the installer mode on the target system
@@ -38,11 +43,6 @@
}
# arg 1: the new package version
-post_install() {
- /bin/true
-}
-
-# arg 1: the new package version
# arg 2: the old package version
pre_update() {
/bin/true