mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 23:26:44 +00:00
23 lines
420 B
Markdown
23 lines
420 B
Markdown
# Debian
|
|
|
|
|
|
|
|
For debian packages you will need to add the following layouts during the build
|
|
|
|
|
|
|
|
bor/
|
|
DEBIAN/control
|
|
DEBIAN/postinst
|
|
usr/local/bin/bor
|
|
lib/systemd/system/bor.service
|
|
|
|
This will be wrapped during the build package process building
|
|
|
|
|
|
Note this is still a work in progress:
|
|
|
|
TODO: removal/purge on removal using dpkg
|
|
cleanup of control files to list what we want
|
|
copyright inclusuion
|
|
|