Files

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