add debian package files

This commit is contained in:
Jens Langhammer
2019-03-07 16:01:31 +01:00
parent 4439378fd4
commit 05242a11ad
23 changed files with 295 additions and 48 deletions

10
debian/prerm vendored Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -e
. /usr/share/debconf/confmodule
. /usr/share/dbconfig-common/dpkg/prerm.pgsql
dbc_go passbook "$@"
#DEBHELPER#