[Pkg-bugzilla-commits] r63 - trunk/bugzilla-2.18/debian
Alexis Sukrieh
sukria-guest@costa.debian.org
Fri, 22 Apr 2005 05:53:04 +0000
Author: sukria-guest
Date: 2005-04-22 05:53:04 +0000 (Fri, 22 Apr 2005)
New Revision: 63
Modified:
trunk/bugzilla-2.18/debian/bugzilla.postinst
Log:
testing order
Modified: trunk/bugzilla-2.18/debian/bugzilla.postinst
===================================================================
--- trunk/bugzilla-2.18/debian/bugzilla.postinst 2005-04-21 20:17:33 UTC (rev 62)
+++ trunk/bugzilla-2.18/debian/bugzilla.postinst 2005-04-22 05:53:04 UTC (rev 63)
@@ -54,14 +54,15 @@
params_218_src="/usr/share/bugzilla/debian/params"
params_218_dest="/usr/share/bugzilla/web/data/params"
params_218_new="/usr/share/bugzilla/web/data/params.new"
+
+ # We move safely the params we ship with 2.18
+ replace_file $params_218_src $params_218_dest
+
if [ -f $params_216 ]; then
echo "2.16 params file found, asking for a merge..." >&2
replace_file $params_216 $params_218_dest || exit 3
fi
- # We move safely the params we ship with 2.18
- replace_file $params_218_src $params_218_dest
-
# The answer file has been generated by $postinst_db before
answerfile=/usr/share/bugzilla/debian/checksetup-answer.conf.pl
if [ ! -f $answerfile ]; then