Comment 6 for bug 617397

Revision history for this message
Michael Vogt (mvo) wrote :

Note that this will actually slow down the update so to keep the semantic of the comment (to only run it on a fresh install of -s-c) you may need to change:
- if [ "$1" = "configure" ]; then
+ if [ "$1" = "configure" ] && [ -z "$2" ]; then