#!/bin/sh
set -e

"$HOME/.local/bin/wiki-notify-gchat" uninstall-cron 2>/dev/null || true
rm -f "$HOME/.local/bin/wiki-notify-gchat"
echo "OK: wiki-notify-gchat removed (config kept at ~/.config/wiki-notify-gchat)."
