mirror of
https://git.proxmox.com/git/proxmox-mailgateway
synced 2025-08-07 07:43:39 +00:00
install /etc/default/grub.d/proxmox-mailgateway.cfg
This commit is contained in:
parent
40718fe1dc
commit
24dcac1a56
3
Makefile
3
Makefile
@ -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/usr/share/doc/${PACKAGE}
|
||||||
mkdir -p build/etc/apt/trusted.gpg.d
|
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
|
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 0644 control build/DEBIAN/control
|
||||||
install -m 0755 postinst build/DEBIAN/postinst
|
install -m 0755 postinst build/DEBIAN/postinst
|
||||||
install -m 0755 postrm build/DEBIAN/postrm
|
install -m 0755 postrm build/DEBIAN/postrm
|
||||||
install -m 0644 copyright build/usr/share/doc/${PACKAGE}
|
install -m 0644 copyright build/usr/share/doc/${PACKAGE}
|
||||||
install -m 0644 changelog.Debian 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
|
gzip -n --best build/usr/share/doc/${PACKAGE}/changelog.Debian
|
||||||
dpkg-deb --build build ${DEB}
|
dpkg-deb --build build ${DEB}
|
||||||
lintian ${DEB}
|
lintian ${DEB}
|
||||||
|
2
conffiles
Normal file
2
conffiles
Normal 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
1
grub-defaults.cfg
Normal file
@ -0,0 +1 @@
|
|||||||
|
GRUB_DISTRIBUTOR="Proxmox Mail Gateway"
|
Loading…
Reference in New Issue
Block a user