install /etc/default/grub.d/proxmox-mailgateway.cfg

This commit is contained in:
Dietmar Maurer 2017-11-15 11:51:55 +01:00
parent 40718fe1dc
commit 24dcac1a56
3 changed files with 5 additions and 1 deletions

View File

@ -26,12 +26,13 @@ ${DEB}: control copyright changelog.Debian postinst postrm proxmox-release-5.x.p
mkdir -p build/usr/share/doc/${PACKAGE}
mkdir -p build/etc/apt/trusted.gpg.d
install -m 0644 proxmox-release-5.x.pubkey build/etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
echo "/etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg" > build/DEBIAN/conffiles
install -m 0644 conffiles build/DEBIAN/conffiles
install -m 0644 control build/DEBIAN/control
install -m 0755 postinst build/DEBIAN/postinst
install -m 0755 postrm build/DEBIAN/postrm
install -m 0644 copyright build/usr/share/doc/${PACKAGE}
install -m 0644 changelog.Debian build/usr/share/doc/${PACKAGE}
install -D -m 0644 grub-defaults.cfg build/etc/default/grub.d/proxmox-mailgateway.cfg
gzip -n --best build/usr/share/doc/${PACKAGE}/changelog.Debian
dpkg-deb --build build ${DEB}
lintian ${DEB}

2
conffiles Normal file
View File

@ -0,0 +1,2 @@
/etc/apt/trusted.gpg.d/proxmox-ve-release-5.x.gpg
/etc/default/grub.d/proxmox-mailgateway.cfg

1
grub-defaults.cfg Normal file
View File

@ -0,0 +1 @@
GRUB_DISTRIBUTOR="Proxmox Mail Gateway"