summaryrefslogtreecommitdiff
path: root/autoscripts/postinst-doc
diff options
context:
space:
mode:
authorjoey <joey>2002-09-16 00:37:49 +0000
committerjoey <joey>2002-09-16 00:37:49 +0000
commit06eac1b429eff2ff995cc738dd64e449b757d6d3 (patch)
tree40adc914fd531273870a30e09c96a60ee1f21ff7 /autoscripts/postinst-doc
parent2486063234469e39cce67055c5bd0644213724cf (diff)
r548: removed
Diffstat (limited to 'autoscripts/postinst-doc')
-rw-r--r--autoscripts/postinst-doc5
1 files changed, 0 insertions, 5 deletions
diff --git a/autoscripts/postinst-doc b/autoscripts/postinst-doc
deleted file mode 100644
index a49f4ca4..00000000
--- a/autoscripts/postinst-doc
+++ /dev/null
@@ -1,5 +0,0 @@
-if [ "$1" = "configure" ]; 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