chia-blockchain/build_scripts/assets/rpm/prerm.sh
2022-11-17 13:53:38 -06:00

8 lines
178 B
Bash

#!/usr/bin/env bash
# Pre remove script for the UI .rpm to clean up the symlinks from the installer
set -e
unlink /usr/bin/chia || true
unlink /usr/bin/chia-blockchain || true