File: ogle.config

package info (click to toggle)
ogle 0.8.2-11
  • links: PTS
  • area: main
  • in suites: woody
  • size: 2,636 kB
  • ctags: 2,827
  • sloc: ansic: 27,297; sh: 7,305; makefile: 234; asm: 71
file content (10 lines) | stat: -rw-r--r-- 140 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh -e

## Source debconf library.
. /usr/share/debconf/confmodule

## Show info
db_input high ogle/install_css || true
db_go

exit 0