Mercurial > noffle
view debian/ip-up @ 460:a1434190eace noffle
[svn] added Spanish debconf translation
author | godisch |
---|---|
date | Wed, 16 Jul 2003 13:16:49 +0100 |
parents | 146e6cfe86ba |
children |
line wrap: on
line source
#!/bin/sh set -e # 'ppp' should be a sane default here NOFFLE_FETCHMODE=ppp [ -f /etc/default/noffle ] && . /etc/default/noffle || : if [ -x /usr/bin/noffle -a "$NOFFLE_FETCHMODE" = ppp ]; then /usr/bin/noffle --online /usr/bin/noffle --fetch & fi exit 0