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-Tag: 1.1.20^0 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/xvm-prodconfig.git/commitdiff_plain/603acfdf9ff66fc3cff44550c3443954d3a437f5?hp=603acfdf9ff66fc3cff44550c3443954d3a437f5;ds=sidebyside 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/xvm-prodconfig/; revision=2940 ---