Skip to content

Commit

Permalink
Wipe and replace for new packages by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipn committed Aug 31, 2012
1 parent d279018 commit 59b0101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb_utils/localwiki.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ case "$1" in
. "$datadir/env/bin/activate"
cd "$confdir"
echo "Installing required python packages ..."
pip install --upgrade -r requirements.txt
yes w | pip install --upgrade -r requirements.txt
deactivate

# For Ubuntu 11.10, 12.04 (with PostgreSQL 9.1), we have an issue with
Expand Down

0 comments on commit 59b0101

Please sign in to comment.