146a877764
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/postfix#5adef77d7a9ba463dbc7c9cedd3ff1c450a39691
5 lines
89 B
Bash
5 lines
89 B
Bash
#!/bin/bash
|
|
|
|
[ -x /etc/postfix/chroot-update ] && exec /etc/postfix/chroot-update
|
|
exit 0
|