Wolfgang Bumiller 088597a355 Revert "trust StartCom_Certification_Authority_2.crt"
This reverts commit 7637ce6464bc28c3651b5884c3fbf2fac6ed5b66.

Revert "add missing file"

This reverts commit 7599e35af893ad9d8b544a05d5289da4093749e4.

We've switched to Let's Encrypt.

postinst configure: run update-ca-certificates if the
  previous version is <= 5.0-23.
2017-07-19 09:38:49 +02:00

18 lines
440 B
Makefile
Executable File

#!/usr/bin/make -f
override_dh_compress:
dh_compress -Xaplinfo.dat
override_dh_strip_nondeterminism:
dh_strip_nondeterminism -X.png
override_dh_fixperms:
dh_fixperms
find debian -name 'pvemailforward' -exec chown root:www-data {} +
find debian -name 'pvemailforward' -exec chmod 2755 {} +
find debian -type d -name 'pveproxy' -exec chown www-data:www-data {} +
find debian -type d -name 'pveproxy' -exec chmod 700 {} +
%:
dh $@