mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
7 lines
164 B
Text
7 lines
164 B
Text
|
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:
|