When a package that is installed with the --rootdir option contains triggers, those triggers get deferred.
In order to run the deferred triggers, the --chroot option must be used with pkg-triggers(8). If we want to install packages to a specified directory as a user (INSTALL_AS_USER) there is no way to run the triggers as a user.
When a package that is installed with the
--rootdiroption contains triggers, those triggers get deferred.In order to run the deferred triggers, the
--chrootoption must be used with pkg-triggers(8). If we want to install packages to a specified directory as a user (INSTALL_AS_USER) there is no way to run the triggers as a user.