Files
LACT/uninstall.sh
T

7 lines
217 B
Bash
Executable File

#!/bin/sh
sudo systemctl disable --now lactd &&
sudo rm /usr/local/bin/lact-daemon &&
sudo rm /usr/local/bin/lact-gui &&
sudo rm /etc/systemd/system/lactd.service &&
sudo rm /usr/local/share/applications/lact.desktop