aboutsummaryrefslogtreecommitdiff
path: root/debian/postinst.ivy-java
diff options
context:
space:
mode:
authorjestin2002-12-27 17:17:20 +0000
committerjestin2002-12-27 17:17:20 +0000
commit5a44dbef7c997b6e09a565306c60e7146f0f8c2b (patch)
tree682d9cf3854d06f11757d2ad9eb60ef3d45faf9a /debian/postinst.ivy-java
parent21db182d2ba046114e5a48893e32335e7990f8f5 (diff)
downloadivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.zip
ivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.tar.gz
ivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.tar.bz2
ivy-java-5a44dbef7c997b6e09a565306c60e7146f0f8c2b.tar.xz
Passage à 1.2.2
Diffstat (limited to 'debian/postinst.ivy-java')
-rw-r--r--debian/postinst.ivy-java16
1 files changed, 8 insertions, 8 deletions
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