File: config

package info (click to toggle)
setserial 2.17-48
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 748 kB
  • ctags: 254
  • sloc: sh: 2,120; ansic: 1,008; makefile: 140; csh: 2
file content (19 lines) | stat: -rw-r--r-- 315 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/bin/sh 

set -e

# determine architecture
ARCH=`dpkg --print-architecture`

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

if [ "$ARCH" != "m68k" ]; then
  # ask about autosave
  db_input medium setserial/autosave-types || true
fi

# db_input medium setserial/usemodup || true

# go, go, go! :)
db_go