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