Files
LACT/uninstall.sh
2021-01-20 14:13:44 +02:00

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