triggers
Specifies trigger scripts used by the specified (sub)packages. A trigger script is a shell script that is called whenever monitored files or directories are modified. You may specify the paths to monitor using the triggers variable as follows:
$pkgname.trigger=/usr/share/man:/usr/local/share/man
This will run the trigger script for $pkgname whenever files in /usr/share/man or /usr/local/share/man are created, modified, or removed.
triggers
Specifies trigger scripts used by the specified (sub)packages. A trigger script is a shell script that is called whenever monitored files or directories are modified. You may specify the paths to monitor using the triggers variable as follows:
$pkgname.trigger=/usr/share/man:/usr/local/share/manThis will run the trigger script for $pkgname whenever files in /usr/share/man or /usr/local/share/man are created, modified, or removed.