Mercurial > noffle
comparison debian/postinst @ 445:0a5e33528ec1 noffle
[svn] removed debug switch
author | godisch |
---|---|
date | Wed, 25 Jun 2003 17:03:29 +0100 |
parents | bfdba1698a58 |
children | 465d6f1971e0 |
comparison
equal
deleted
inserted
replaced
444:bfdba1698a58 | 445:0a5e33528ec1 |
---|---|
1 #!/bin/sh -x | 1 #!/bin/sh |
2 # $Id: postinst 587 2003-06-25 15:58:44Z godisch $ | 2 # $Id: postinst 588 2003-06-25 16:03:29Z godisch $ |
3 | 3 |
4 set -e | 4 set -e |
5 | 5 |
6 [ "$1" = configure ] || exit 0 | 6 [ "$1" = configure ] || exit 0 |
7 | 7 |