root/alternc-phpcron/trunk/debian/config

Revision 1253, 365 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-phpcron/quota_create_ask seen false
12         db_input medium alternc-phpcron/quota_create_ask || true
13         db_go
14 }
15
16 quota_create_ask
17
18 exit 0
Note: See TracBrowser for help on using the browser.