File: config

package info (click to toggle)
publicfile-installer 0.15
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm, bullseye, trixie
  • size: 156 kB
  • sloc: sh: 189; makefile: 66
file content (17 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/bin/sh

set -e

. /usr/share/debconf/confmodule
db_title publicfile-installer

# FIXME add test if needed
db_input high publicfile-installer/build || true
db_go || true
#

db_get publicfile-installer/build || true
if test x"$RET" = x"false"
then
    db_fset publicfile-installer/build seen false || true
fi