File: config

package info (click to toggle)
setserial 2.17-47
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 744 kB
  • sloc: sh: 2,119; ansic: 1,008; makefile: 131; csh: 2
file content (17 lines) | stat: -rw-r--r-- 309 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh -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