From 2e146ea3fcfa32e24cf2312f6e3f2890aa418df1 Mon Sep 17 00:00:00 2001 From: sabban <15465465+sabban@users.noreply.github.com> Date: Mon, 13 Dec 2021 17:37:37 +0100 Subject: [PATCH] update to use debian/install files --- debian/rules | 8 -------- 1 file changed, 8 deletions(-) diff --git a/debian/rules b/debian/rules index 18ba25ad9..a9fdb1d42 100755 --- a/debian/rules +++ b/debian/rules @@ -37,14 +37,6 @@ override_dh_auto_install: install -m 551 plugins/notifications/http/notification-http debian/crowdsec/usr/lib/crowdsec/plugins/ install -m 551 plugins/notifications/splunk/notification-splunk debian/crowdsec/usr/lib/crowdsec/plugins/ - cp plugins/notifications/slack/slack.yaml debian/crowdsec/etc/crowdsec/notifications/ - cp plugins/notifications/http/http.yaml debian/crowdsec/etc/crowdsec/notifications/ - cp plugins/notifications/splunk/splunk.yaml debian/crowdsec/etc/crowdsec/notifications/ - cp cmd/crowdsec/crowdsec debian/crowdsec/usr/bin cp cmd/crowdsec-cli/cscli debian/crowdsec/usr/bin cp wizard.sh debian/crowdsec/usr/share/crowdsec - cp config/config.yaml debian/crowdsec/etc/crowdsec/config.yaml - cp config/simulation.yaml debian/crowdsec/etc/crowdsec/simulation.yaml - cp config/profiles.yaml debian/crowdsec/etc/crowdsec/profiles.yaml - cp -a config/patterns debian/crowdsec/etc/crowdsec