File: mksh.config

package info (click to toggle)
mksh 35.2-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,104 kB
  • ctags: 1,933
  • sloc: ansic: 20,345; sh: 1,135; perl: 966; makefile: 93
file content (15 lines) | stat: -rw-r--r-- 223 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh -e

. /usr/share/debconf/confmodule

db_input low mksh/sh || true
db_go

db_get mksh/sh
if [ "$RET" = "true" ]; then
	db_get dash/sh
	if [ "$RET" = "true" ]; then
		db_input low mksh/cannot || true
		db_go
	fi
fi