summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/zsh-dbg.postinst8
-rw-r--r--debian/zsh-dev.postinst8
-rw-r--r--debian/zsh-doc.postinst8
-rw-r--r--debian/zsh.postinst8
4 files changed, 0 insertions, 32 deletions
diff --git a/debian/zsh-dbg.postinst b/debian/zsh-dbg.postinst
index dac01ba3b..0bd46c118 100644
--- a/debian/zsh-dbg.postinst
+++ b/debian/zsh-dbg.postinst
@@ -15,14 +15,6 @@ case "$1" in
;;
esac
-# Replace documentation directory with symlink
-docdir="/usr/share/doc/zsh-dbg"
-if [ -d $docdir -a ! -L $docdir ]; then
- if rmdir $docdir 2>/dev/null; then
- ln -sf zsh-common $docdir
- fi
-fi
-
#DEBHELPER#
exit 0
diff --git a/debian/zsh-dev.postinst b/debian/zsh-dev.postinst
index 60ce48d55..0bd46c118 100644
--- a/debian/zsh-dev.postinst
+++ b/debian/zsh-dev.postinst
@@ -15,14 +15,6 @@ case "$1" in
;;
esac
-# Replace documentation directory with symlink
-docdir="/usr/share/doc/zsh-dev"
-if [ -d $docdir -a ! -L $docdir ]; then
- if rmdir $docdir 2>/dev/null; then
- ln -sf zsh-common $docdir
- fi
-fi
-
#DEBHELPER#
exit 0
diff --git a/debian/zsh-doc.postinst b/debian/zsh-doc.postinst
index df10e1e7b..0bd46c118 100644
--- a/debian/zsh-doc.postinst
+++ b/debian/zsh-doc.postinst
@@ -15,14 +15,6 @@ case "$1" in
;;
esac
-# Replace documentation directory with symlink
-docdir="/usr/share/doc/zsh-doc"
-if [ -d $docdir -a ! -L $docdir ]; then
- if rmdir $docdir 2>/dev/null; then
- ln -sf zsh-common $docdir
- fi
-fi
-
#DEBHELPER#
exit 0
diff --git a/debian/zsh.postinst b/debian/zsh.postinst
index 92a2300a8..2ba220230 100644
--- a/debian/zsh.postinst
+++ b/debian/zsh.postinst
@@ -28,14 +28,6 @@ update-alternatives --install /bin/rzsh rzsh /bin/zsh5 51 \
update-alternatives --remove zsh /bin/zsh4
update-alternatives --remove rzsh /bin/zsh4
-# Replace documentation directory with symlink
-docdir="/usr/share/doc/zsh"
-if [ -d $docdir -a ! -L $docdir ]; then
- if rmdir $docdir 2>/dev/null; then
- ln -sf zsh-common $docdir
- fi
-fi
-
#DEBHELPER#
exit 0