diff options
author | jestin | 2002-03-07 14:53:43 +0000 |
---|---|---|
committer | jestin | 2002-03-07 14:53:43 +0000 |
commit | 6da7e98946a01ca0c0fd363e06b1bc01d469d8b9 (patch) | |
tree | ae2c8663c05f604dce137590414efa83759f91f2 /debian/postinst.ivy-java | |
parent | f6f19c3a8e90341b90abf0bbd34775996c6d9ed1 (diff) | |
download | ivy-java-6da7e98946a01ca0c0fd363e06b1bc01d469d8b9.zip ivy-java-6da7e98946a01ca0c0fd363e06b1bc01d469d8b9.tar.gz ivy-java-6da7e98946a01ca0c0fd363e06b1bc01d469d8b9.tar.bz2 ivy-java-6da7e98946a01ca0c0fd363e06b1bc01d469d8b9.tar.xz |
The debian doc scheme doesn't work well
Diffstat (limited to 'debian/postinst.ivy-java')
-rw-r--r-- | debian/postinst.ivy-java | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/debian/postinst.ivy-java b/debian/postinst.ivy-java index 5c81c94..f82ba3a 100644 --- a/debian/postinst.ivy-java +++ b/debian/postinst.ivy-java @@ -12,12 +12,12 @@ if [ -d /usr/doc ]; then fi fi -if [ "$1" = "configure" ]; then - if command -v install-docs >/dev/null 2>&1; then - for doc in $docs - do - install-docs -i /usr/share/doc-base/$doc - done - fi -fi +#if [ "$1" = "configure" ]; then +# if command -v install-docs >/dev/null 2>&1; then +# for doc in $docs +# do +# install-docs -i /usr/share/doc-base/$doc +# done +# fi +#fi |