From: Evan Broder Date: Thu, 28 Jan 2010 02:53:04 +0000 (-0500) Subject: Run invirt-reload directly in the postinst of the fooconfig packages. X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/hvirt-config.git/commitdiff_plain/af3453936f4dbe125a6b9fadbe086fc6972b47ce?ds=sidebyside;hp=af3453936f4dbe125a6b9fadbe086fc6972b47ce Run invirt-reload directly in the postinst of the fooconfig packages. This replaces the old mechanism of using triggers. Activating triggers via a package.triggers file doesn't seem to have taken off in the Debian/Ubuntu communities. Instead, the standard approach seems to be to run the triggered command as usual, and add logic to the triggered command to postpone actually running itself until later. svn path=/trunk/packages/hvirt-config/; revision=2940 ---