crowdsec/debian/install
mmetc e1a1b1e565
deb packaging: don't duplicate crowdsec.service if /lib is not linked to /usr/lib (#3415)
We don't need to explicitly copy the file, but the standard location is
/usr/lib, not /lib - hence we must avoid duplicating it by copying explicitly if /lib
is not linked to /usr/lib.

Also we don't need preinst anymore and the message is in postinst as well.
2025-01-20 14:16:01 +01:00

13 lines
598 B
Text

config/config.yaml etc/crowdsec/
config/profiles.yaml etc/crowdsec/
config/simulation.yaml etc/crowdsec/
config/patterns/* etc/crowdsec/patterns
# Referenced configs:
cmd/notification-slack/slack.yaml etc/crowdsec/notifications/
cmd/notification-http/http.yaml etc/crowdsec/notifications/
cmd/notification-splunk/splunk.yaml etc/crowdsec/notifications/
cmd/notification-email/email.yaml etc/crowdsec/notifications/
cmd/notification-sentinel/sentinel.yaml etc/crowdsec/notifications/
cmd/notification-file/file.yaml etc/crowdsec/notifications/