mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
[fix] Remove residual rmilter socket file
This commit is contained in:
parent
b419c8c564
commit
d4e4d01b4f
1 changed files with 4 additions and 0 deletions
|
@ -9,6 +9,10 @@ do_pre_regen() {
|
|||
|
||||
install -D -m 644 rmilter.conf \
|
||||
"${pending_dir}/etc/rmilter.conf"
|
||||
# Remove old socket file (we stopped using it, since rspamd 1.3.1)
|
||||
# Regen-conf system need an empty file to delete it
|
||||
install -D -m 644 /dev/null \
|
||||
"${pending_dir}/etc/systemd/system/rmilter.socket"
|
||||
}
|
||||
|
||||
do_post_regen() {
|
||||
|
|
Loading…
Add table
Reference in a new issue