postmodule

This script is called after module processing is completed. It is passed the command name and module. The following strings are available in addition to those in the common syntax:

%o

Logical module name

By default the string %r/%p %c %o is used, which passes the current directory, command and module on the command line.

As modules in CVSROOT/modules may be defined recursively, it is possible that many premodule calls will be made in sequence before the first postmodule call. Scripts must be written to handle this when it occurs.