Jacek Sieka 255be39e69
packaging updates (#3974)
* packaging updates

* one package per binary (nimbus_beacon_node, nimbus_validator_client)
* use `-` in package name (`_` is separating the version)
* don't include (un)installation scripts in package
* default metrics port 8108 for vc
* fix several upgrade/install errors in scripts
* add JWT option to service files
* don't attempt to remove user on purge
2022-08-17 13:26:31 +03:00

7 lines
163 B
Bash

#!/bin/sh
set -e
# We don't do anything here since a normal "uninstall" should generally not
# remove data - debian has "purge" to deal with this, others don't.