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: gtk3-pkg-install.sh
===================================================================
--- gtk3-pkg-install.sh	(revision 384)
+++ gtk3-pkg-install.sh	(revision 385)
@@ -16,6 +16,11 @@
 
 # arg 1:  the new package version
 pre_install() {
+  /bin/true
+}
+
+# arg 1:  the new package version
+post_install() {
   install_file etc/gtk-3.0/gtkrc.new
   install_file etc/gtk-3.0/im-multipress.conf.new
   rm -f etc/gtk-3.0/gtkrc.new
@@ -42,11 +47,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