File: config

package info (click to toggle)
jalview 2.11.4.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 445,392 kB
  • sloc: java: 365,549; xml: 2,989; sh: 1,511; perl: 336; lisp: 139; python: 116; makefile: 81; haskell: 60
file content (18 lines) | stat: -rw-r--r-- 443 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh

set -e

# Source debconf library.
. /usr/share/debconf/confmodule

# Fetching news
db_input medium jalview/news || true
# Querying for questionnaire
db_input medium jalview/questionnaire || true
# Downloading from identifiers.org
db_input medium jalview/identifiersservice || true
# Web services discovery
db_input medium jalview/jws2services || true
# Downloading HTML templates
db_input medium jalview/htmltemplates || true
db_go