root/alternc-changepass/trunk/debian/config

Revision 1097, 491 bytes (checked in by anonymous, 4 years ago)
true suite
  • 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-changepass preinst
4 # Benjamin Sonntag <benjamin@alternc.org>
5
6 . /usr/share/debconf/confmodule
7
8
9 warning_squirrelmail_plugin() {
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-changepass/warning_squirrelmail_plugin || true
13         db_go || true
14         # db_get alternc-webalizer/quota_create_ask
15         # $RET contains the chosen value.
16 }
17
18 warning_squirrelmail_plugin
19
20 exit 0
Note: See TracBrowser for help on using the browser.