Mercurial > noffle
comparison debian/postinst @ 455:57fc18375ad6 noffle
[svn] removed output delay
| author | godisch |
|---|---|
| date | Wed, 25 Jun 2003 17:58:46 +0100 |
| parents | 465d6f1971e0 |
| children | 1420216cd450 |
comparison
equal
deleted
inserted
replaced
| 454:0eb9c1ada87b | 455:57fc18375ad6 |
|---|---|
| 1 #!/bin/sh | 1 #!/bin/sh |
| 2 # $Id: postinst 594 2003-06-25 16:35:04Z godisch $ | 2 # $Id: postinst 598 2003-06-25 16:58:46Z godisch $ |
| 3 | 3 |
| 4 set -e | 4 set -e |
| 5 | 5 |
| 6 [ "$1" = configure ] || exit 0 | 6 [ "$1" = configure ] || exit 0 |
| 7 | 7 |
| 90 echo | 90 echo |
| 91 echo "You need to query your parent NNTP server manually for a group overview" | 91 echo "You need to query your parent NNTP server manually for a group overview" |
| 92 echo "and descriptions. Have a look at /usr/share/doc/noffle/README.Debian for" | 92 echo "and descriptions. Have a look at /usr/share/doc/noffle/README.Debian for" |
| 93 echo "information how to do this." | 93 echo "information how to do this." |
| 94 echo | 94 echo |
| 95 sleep 2 | |
| 96 fi | 95 fi |
| 97 | 96 |
| 98 exit 0 | 97 exit 0 |
