Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

452 Commits   2 Branches   1 Tag
Index: gtk4-pkg-install.sh
===================================================================
--- gtk4-pkg-install.sh	(revision 54)
+++ 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