~ubuntu-branches/ubuntu/intrepid/bugzilla/intrepid

« back to all changes in this revision

Viewing changes to debian/maintenance/11_updateuser.sh

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Bossek
  • Date: 2008-06-27 22:34:34 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080627223434-0ib57vstn43bb4a3
Tags: 3.0.4.1-1
* Update of French, Russian and German translations. (closes: #488251)
* Added Bulgarian and Belarusian translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
echo "> $0 $*"
 
6
 
 
7
cp -p $1/Bugzilla/User.pm $1/Bugzilla/User.pm.new
 
8
sed -e '/^1;.*/ ,//d' $1/Bugzilla/User.pm > $1/Bugzilla/User.pm.new
 
9
cat `dirname $0`/11_updateuser.pm >> $1/Bugzilla/User.pm.new
 
10
diff -u $1/Bugzilla/User.pm $1/Bugzilla/User.pm.new || true
 
11
mv -f $1/Bugzilla/User.pm.new $1/Bugzilla/User.pm