go-ethereum/packaging/templates/package_scripts/postrm

8 lines
177 B
Bash
Executable file

#!/bin/bash
#
###############
# Remove bor installs
##############
sudo rm -rf /var/lib/bor/config.toml
sudo rm -rf /lib/systemd/system/bor.service
sudo systemctl daemon-reload