mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2026-09-24 07:25:03 -05:00
8 lines
178 B
Bash
8 lines
178 B
Bash
#!/usr/bin/env bash
|
|
# Pre remove script for the UI .deb to clean up the symlinks from the installer
|
|
|
|
set -e
|
|
|
|
unlink /usr/bin/chia || true
|
|
unlink /usr/bin/chia-blockchain || true
|