PKGBUILDs/community/rspamd/rspamd.install

7 lines
164 B
Plaintext
Raw Normal View History

2019-08-30 18:36:03 +00:00
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: