summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-doc
diff options
context:
space:
mode:
Diffstat (limited to 'autoscripts/postinst-doc')
-rw-r--r--autoscripts/postinst-doc2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-doc b/autoscripts/postinst-doc
index a4b000ba..a49f4ca4 100644
--- a/autoscripts/postinst-doc
+++ b/autoscripts/postinst-doc
@@ -1,5 +1,5 @@
if [ "$1" = "configure" ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/#PACKAGE# -a -d /usr/share/doc/#PACKAGE# ]; then
+ if [ -d /usr/doc ] && [ ! -e /usr/doc/#PACKAGE# ] && [ -d /usr/share/doc/#PACKAGE# ]; then
ln -sf ../share/doc/#PACKAGE# /usr/doc/#PACKAGE#
fi
fi