diff options
Diffstat (limited to 'debian/dpkg.postinst')
-rwxr-xr-x | debian/dpkg.postinst | 9 |
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 |