summaryrefslogtreecommitdiff
path: root/autoscripts/postrm-mime
AgeCommit message (Collapse)AuthorFilesLines
2002-05-26r528: * Consistently use the which command instead of command -v or hardcodedjoey1-1/+1
paths in autoscripts. Neither is in posix, but which is in debianutils, so will always be available. command -v is not available in zsh. Closes: #148172
2000-07-06r353: * Modified all postinst script fragments to only run when called withjoey1-0/+1
"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