summaryrefslogtreecommitdiff
path: root/debian/dpkg.postinst
diff options
context:
space:
mode:
authorAdam Heath <doogie@debian.org>2003-04-26 20:10:11 +0000
committerAdam Heath <doogie@debian.org>2003-04-26 20:10:11 +0000
commitd3dd48bdb48a803932c7341c4fe6df268387dc12 (patch)
treeb82f66b946fabb8648801951120b537d35a84bd6 /debian/dpkg.postinst
parentafe8aecd519dc399a2c26a599cb0d99f91a2ce1a (diff)
downloaddpkg-d3dd48bdb48a803932c7341c4fe6df268387dc12.tar.gz
* debian/control: Updated to standards-version 3.5.8.
* debian/{dpkg,{-dev,-doc},dselect}.{prerm,postinst}, debian/rules: No longer manage /usr/doc symlinks.
Diffstat (limited to 'debian/dpkg.postinst')
-rwxr-xr-xdebian/dpkg.postinst9
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/dpkg.postinst b/debian/dpkg.postinst
index f592fcf71..b29de4725 100755
--- a/debian/dpkg.postinst
+++ b/debian/dpkg.postinst
@@ -19,10 +19,6 @@ EOF
}
if [ "x$1" = xconfigure ]; then
- if [ -d /usr/doc -a ! -e /usr/doc/dpkg -a -d /usr/share/doc/dpkg ] ; then
- ln -s ../share/doc/dpkg /usr/doc/dpkg
- fi
-
if [ -z "$2" -a ! -f /etc/dpkg/dpkg.cfg ] ; then
cp /usr/share/doc/dpkg/dpkg.cfg /etc/dpkg
fi
@@ -118,11 +114,6 @@ OK.
esac
fi
-if [ -d /usr/doc -a ! -e /usr/doc/dpkg -a -d /usr/share/doc/dpkg ] ; then
- ln -s ../share/doc/dpkg /usr/doc/dpkg
-fi
-
-
if [ -d /usr/info -a ! -L /usr/info -a ! -L /usr/info/dir ]; then
echo Moving /usr/info/dir to /usr/share/info/dir.
mv /usr/info/dir /usr/share/info/dir