root/alternc-awstats/branches/r0/debian/config

Revision 1030, 449 bytes (checked in by anonymous, 4 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1 #!/bin/sh -e
2
3 # Debian alternc-webalizer preinst
4 # Benjamin Sonntag <benjamin@alternc.org>
5
6 . /usr/share/debconf/confmodule
7
8
9 quota_create_ask() {
10         # If we want to force to show this parameter :
11         # db_fset alternc-webalizer/quota_create_ask seen false
12         db_input medium alternc-webalizer/quota_create_ask || true
13         db_go
14         # db_get alternc-webalizer/quota_create_ask
15         # $RET contains the chosen value.
16 }
17
18 quota_create_ask
19
20 exit 0
Note: See TracBrowser for help on using the browser.