Update Debian package maintainer scripts

This commit is contained in:
Kevin Gallagher
2016-10-26 15:59:32 -07:00
parent a049dd2953
commit b37870bbf3
4 changed files with 14 additions and 23 deletions

6
contrib/DEBIAN/postinst Executable file → Normal file
View File

@@ -2,8 +2,9 @@
# postinst script for zcash
#
# see: dh_installdeb(1)
set -e
set -x
# summary of how this script can be called:
# * <postinst> `configure' <most-recently-configured-version>
# * <old-postinst> `abort-upgrade' <new version>
@@ -13,9 +14,10 @@ set -x
# * <deconfigured's-postinst> `abort-deconfigure' `in-favour'
# <failed-install-package> <version> `removing'
# <conflicting-package> <version>
# for details, see http://www.debian.org/doc/debian-policy/ or
# for details, see https://www.debian.org/doc/debian-policy/ or
# the debian-policy package
case "$1" in
configure)
;;