File: dbconfig-common.postinst

package info (click to toggle)
dbconfig-common 1.8.29%2Betch1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,828 kB
  • ctags: 68
  • sloc: sh: 829; makefile: 483; perl: 12; sql: 12
file content (18 lines) | stat: -rw-r--r-- 355 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

. /usr/share/debconf/confmodule

# get some of our helper functions
. /usr/share/dbconfig-common/dpkg/common
dbc_config dbconfig-common $@

db_get dbconfig-common/remember-admin-pass
dbc_remember_admin_pass="$RET"
db_get dbconfig-common/remote-questions-default
dbc_remote_questions_default="$RET"

dbc_write_global_config

#DEBHELPER#