Mercurial > noffle
changeset 424:afa2ff7b5ebf noffle
[svn] cleanup
author | godisch |
---|---|
date | Fri, 20 Jun 2003 16:58:53 +0100 |
parents | 466b42bb776e |
children | c2fd00030991 |
files | debian/config |
diffstat | 1 files changed, 1 insertions(+), 14 deletions(-) [+] |
line wrap: on
line diff
--- a/debian/config Fri Jun 20 11:46:06 2003 +0100 +++ b/debian/config Fri Jun 20 16:58:53 2003 +0100 @@ -1,5 +1,5 @@ #!/bin/sh -# $Id: config 538 2003-05-29 14:55:19Z godisch $ +# $Id: config 567 2003-06-20 15:58:53Z godisch $ set -e . /usr/share/debconf/confmodule @@ -14,19 +14,6 @@ exit 0 fi -server_config=/etc/news/noffle.conf -debian_config=/etc/default/noffle - -# for backward compatibility = 1.1.2-1, since postinst is not run yet -if [ ! -e $server_config -a -e /etc/noffle.conf ]; then - server_config=/etc/noffle.conf -fi -# for backward compatibility < 1.1.2-1 -if [ ! -e $server_config -a ! -e $debian_config -a -e /etc/noffle/conf ]; then - server_config=/etc/noffle/conf - debian_config=/etc/noffle/conf.debian -fi - # for backward compatibility < 1.1.2-1 if dpkg --compare-versions "$2" lt-nl 1.1.2; then db_get noffle/fetchmode