prepping ubuntu packages
[openemr.git] / contrib / util / ubuntu_package_scripts / development / config
blob41a705af528d1134035af0c75a90ee9ca0bd822a
1 #!/bin/bash -e
3 #This program is free software; you can redistribute it and/or modify
4 #it under the terms of the GNU General Public License as published by
5 #the Free Software Foundation; either version 2 of the License, or
6 #(at your option) any later version.
8 # Copyright 2011
9 # authors: Brady Miller <brady@sparmy.com>
11 # Debian package configure script steps:
12 # 1) Collect the mysql root password
14 # summary of how this script can be called:
15 # * <config> `configure' <installed-version>
16 # * <config> `reconfigure' <installed-version>
17 # for details, see http://www.debian.org/doc/debian-policy/ or
18 # the debian-policy package
20 # DUMMY CONFIG FILE
22 # Source debconf library.
23 . /usr/share/debconf/confmodule
25 # Dummy script to allow prompting within other maintainer scripts