File: config

package info (click to toggle)
hwtools 0.8-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,388 kB
  • ctags: 1,143
  • sloc: ansic: 6,031; asm: 2,223; makefile: 277; sh: 122; csh: 42
file content (11 lines) | stat: -rw-r--r-- 196 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh -e

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

if [ -n "$2" ]; then
  if dpkg --compare-versions "$2" lt 0.6; then
    db_input low hwtools/no-scsi || true
  fi
fi
db_go