summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-modules
Commit message (Collapse)AuthorAge
* r1827: releasing version 5.0.9joey2005-12-08
|
* r1814: * Remove hardcoded pathc to update-modules and gconf-schemas in variousjoey2005-11-08
| | | | script fragments.
* r1770: releasing version 4.9.3joey2005-06-28
|
* 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
* 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