File: intro

package info (click to toggle)
base-config 2.53.10.3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,072 kB
  • ctags: 36
  • sloc: sh: 1,755; makefile: 101; perl: 48
file content (16 lines) | stat: -rwxr-xr-x 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh
set -e
. /usr/share/debconf/confmodule

db_capb backup

db_input high base-config/intro || true
if ! db_go; then
	db_fset base-config/intro seen false
	exit 30 # back to menu
fi
db_fset base-config/intro seen false
	
if which setterm >/dev/null 2>&1; then
	setterm -blank 0 >/dev/tty </dev/tty
fi