mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-04 11:01:02 +00:00

This reverts commit12fe9183cb
. Revert "add missing file" This reverts commitc11885e0a0
. We've switched to Let's Encrypt. postinst configure: run update-ca-certificates if the previous version is <= 5.0-23.
18 lines
440 B
Makefile
Executable File
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 $@
|