summaryrefslogtreecommitdiff
path: root/pcr/rspamd/rspamd.install
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2019-05-10 21:16:02 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2019-05-10 21:16:02 -0500
commitde753f1e9e24f33fb2a7aa3bba8641231619b2d9 (patch)
tree6b608ddf06de72dae07b40e9e74d172f4d2c0c57 /pcr/rspamd/rspamd.install
parente590e48e94501828920793e5f89e9634ae15d8e9 (diff)
downloadabslibre-de753f1e9e24f33fb2a7aa3bba8641231619b2d9.tar.gz
abslibre-de753f1e9e24f33fb2a7aa3bba8641231619b2d9.tar.bz2
abslibre-de753f1e9e24f33fb2a7aa3bba8641231619b2d9.zip
Removing rspamd: This package is in [community] repo
Diffstat (limited to 'pcr/rspamd/rspamd.install')
-rw-r--r--pcr/rspamd/rspamd.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/pcr/rspamd/rspamd.install b/pcr/rspamd/rspamd.install
deleted file mode 100644
index 9cc8edd48..000000000
--- a/pcr/rspamd/rspamd.install
+++ /dev/null
@@ -1,13 +0,0 @@
-## arg 1: the new package version
-post_install() {
- systemd-sysusers rspamd.conf
- systemd-tmpfiles --create rspamd.conf
- install --directory --mode=0750 --owner=_rspamd --group=_rspamd /var/lib/rspamd
-}
-
-## arg 1: the old package version
-post_remove() {
- true
-}
-
-# vim: set tabstop=4:softtabstop=4:shiftwidth=4:noexpandtab