0.6.0-1 release
[manu/suphp.git] / debian / suphp-common.preinst
1 #! /bin/sh
2 # preinst script for suphp-common
3 #
4 # see: dh_installdeb(1)
5
6 set -e
7
8 # Source debconf library.
9 . /usr/share/debconf/confmodule
10
11 # dh_installdeb will replace this with shell code automatically
12 # generated by other debhelper scripts.
13
14 #DEBHELPER#
15
16 exit 0
17