diff options
author | joey <joey> | 1999-08-17 05:09:33 +0000 |
---|---|---|
committer | joey <joey> | 1999-08-17 05:09:33 +0000 |
commit | 7e30b95a60b9197618c6223388d2c49bee13c2c6 (patch) | |
tree | e4d93d173cda83d320aa95b13b329bed2898a93a /autoscripts | |
parent | 36411bfcb72fc17c6aa0f3b11cdd04e52828db98 (diff) | |
download | debhelper-7e30b95a60b9197618c6223388d2c49bee13c2c6.tar.gz |
r170: Initial Import
Diffstat (limited to 'autoscripts')
-rw-r--r-- | autoscripts/postinst-doc-base | 2 | ||||
-rw-r--r-- | autoscripts/prerm-doc-base | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/autoscripts/postinst-doc-base b/autoscripts/postinst-doc-base index a53ed7bf..c3653bed 100644 --- a/autoscripts/postinst-doc-base +++ b/autoscripts/postinst-doc-base @@ -1,3 +1,3 @@ if command -v install-docs >/dev/null 2>&1; then - install-docs -i /usr/share/doc-base/#PACKAGE# + install-docs -i /usr/share/doc-base/#DOC-ID# fi diff --git a/autoscripts/prerm-doc-base b/autoscripts/prerm-doc-base index 339361a5..9678003e 100644 --- a/autoscripts/prerm-doc-base +++ b/autoscripts/prerm-doc-base @@ -1,3 +1,3 @@ if command -v install-docs >/dev/null 2>&1; then - install-docs -r #PACKAGE# + install-docs -r #DOC-ID# fi |