summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-modules
Commit message (Collapse)AuthorAge
* r1932: split the scripts for the two cases, undo behavior changejoeyh2006-06-12
|
* r1929: * dh_installmodules: depmod -a is no longer run during boot, so if a ↵joeyh2006-06-09
| | | | | | | | | | | | | | module package is installed for a kernel other than the running kernel, just running depmod -a in the postinst is no longer sufficient. Instead, run depmod -a -F /boot/System.map-<kvers> <kvers> The kernel version is guessed at based on the path to the modules in the package. Closes: #301424 * Note: behavior change due to the above: The mere existence of a debian/package.modules file will no longer make dh_installmodules add code to maintainer scripts. * Untested.
* r1827: releasing version 5.0.9joey2005-12-08
|
* r1814: * Remove hardcoded pathc to update-modules and gconf-schemas in variousjoey2005-11-08
| | | | script fragments.
* r1746: * dh_installmodules autoscripts: Now that return code 3 is allocated byjoey2005-04-14
| | | | | | update-modules to indicate /etc/modules.conf is not automatically generated, we can ignore that return code since it's not a condition that should fail an installation. Closes: #165400
* r574: * wiggy didn't take my hint about making update-modules send ↵joey2003-02-22
| | | | | | | | | | warnings to stderr, so its overly verbose stdout is now directed to /dev/null to prevent conflicts with debconf. Closes: #150804 * dh_fixperms: only skip examples directories which in a parent of usr/share/doc, not in a deeper tree. Closes: #152602 * dh_compress: stop even looking at usr/doc
* r533: * In script fragments, use more posix tests, no -a or -o, no parens.joey2002-06-21
| | | | Closes: #150403
* r477: * Check that update-modules is present before running it, since ↵joey2001-06-10
| | | | | | modutils is not essential. Closes: #100430
* r370: * dh_installmodules: corrected the code added to maintainer scripts ↵joey2000-09-17
| | | | | | | | | so it does not call depmod -a. update-modules (which it always called)_ handles calling depmod if doing so is appropriate. Packages built with proir versions probably have issues on systems with non-modular kernels, and should be rebuilt. Closes: #71841
* r353: * Modified all postinst script fragments to only run when called withjoey2000-07-06
| | | | | | | | "configure". I looked at the other possibilities, and I don't think any of the supported stuff should be called if the postist is called for error unwinds. Closes: #66673 * Implemented dh_clean -X, to allow specification of files to not delete, Closes: #66670
* r189: Initial revisionjoey1999-08-17