mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-02 07:11:47 +01:00
6 lines
69 B
Bash
6 lines
69 B
Bash
#!/bin/sh
|
|
|
|
mv /etc/mail/exim.conf /etc/exim/ >/dev/null 2>&1
|
|
|
|
exit 0
|