diff --git a/debian/postrm b/debian/postrm index fc68f31db..61a95eed2 100644 --- a/debian/postrm +++ b/debian/postrm @@ -1,7 +1,4 @@ if [ "$1" = "purge" ]; then find /etc/crowdsec -maxdepth 1 -mindepth 1 | grep -v "bouncer" | xargs rm -rf || echo "" rm -rf /var/lib/crowdsec - if [ -f "/etc/cron.daily/crowdsec" ]; then - rm /etc/cron.daily/crowdsec - fi fi diff --git a/rpm/SPECS/crowdsec.spec b/rpm/SPECS/crowdsec.spec index 8ad3732e8..fb6ab4e3c 100644 --- a/rpm/SPECS/crowdsec.spec +++ b/rpm/SPECS/crowdsec.spec @@ -230,10 +230,6 @@ if [ $1 == 0 ]; then rm -rf /etc/crowdsec/hub fi -if [ -f "/etc/cron.daily/crowdsec-hub" ]; then - rm /etc/cron.daily/crowdsec -fi - #systemctl stop crowdsec || echo "crowdsec was not started" %changelog