From 5a44dbef7c997b6e09a565306c60e7146f0f8c2b Mon Sep 17 00:00:00 2001 From: jestin Date: Fri, 27 Dec 2002 17:17:20 +0000 Subject: Passage à 1.2.2 --- debian/postinst.ivy-java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'debian/postinst.ivy-java') diff --git a/debian/postinst.ivy-java b/debian/postinst.ivy-java index f82ba3a..5c81c94 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 -- cgit v1.1