Files
krata/resources/bundle/uninstall.sh

13 lines
298 B
Bash
Executable File

#!/bin/sh
set -e
systemctl disable --now kratad.service || true
systemctl disable --now kratanet.service || true
rm -f /usr/lib/systemd/system/kratad.service
rm -f /usr/lib/systemd/system/kratanet.service
rm -f /usr/bin/kratactl
rm -f /usr/sbin/kratad /usr/sbin/kratanet
rm -rf /usr/share/krata