PKGBUILDs/extra/rspamd/rspamd.install
2023-05-29 21:48:20 +00:00

7 lines
164 B
Plaintext

post_install() {
echo "The rspamd user has been renamed from _rspamd to rspamd."
echo "Please make sure to remove the former manually."
}
# vim: ts=2 sw=2 et: