[AWLUtlities] Add fatal() and deprecated() functions.
[awl.git] / debian / libawl-php.postinst
bloba22245985f3c0663260ff1d775bde1bfa59b76d1
1 #!/bin/sh
3 set -e
5 [ -n "${DEBUG}" ] && set -o xtrace
6 PACKAGE=::package::
7 [ -n "${DEBUG}" ] && echo "PostInst Parameters: $@"
10 case $1 in
11 configure)
13 esac
15 #DEBHELPER#