File: JB-jre.config.in

package info (click to toggle)
sun-java6 6.26-0squeeze1
  • links: PTS, VCS
  • area: non-free
  • in suites: squeeze
  • size: 167,316 kB
  • ctags: 114
  • sloc: sh: 649,410; makefile: 809
file content (18 lines) | stat: -rw-r--r-- 374 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/bin/sh -e

. /usr/share/debconf/confmodule
db_version 2.0

# as this is done in preinst, perhaps it could be removed here?
license=sun-dlj-v1-1
db_get shared/accepted-$license
if [ "$RET" != "true" ]; then
    db_fset shared/accepted-$license seen false
fi

# still necessary?
#db_input high @JRE@/stopthread || true
#db_input high @JRE@/jcepolicy || true
#db_go

exit 0