~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to debian/debhelper.in/libc.postrm

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
            suidunregister -s LIBC /usr/libexec/pt_chown
10
10
        fi
11
11
    fi
12
 
    ARCH=${DPKG_MAINTSCRIPT_ARCH:-$(dpkg --print-architecture)}
13
 
    if [ "${ARCH}" = "i386" ]; then
14
 
        if [ -f /lib32/ld-linux.so.2 ] && [ ! -f /lib/ld-linux.so.2 ]; then
15
 
            ln -sf /lib32/ld-linux.so.2 /lib/ld-linux.so.2
16
 
        elif [ -h /lib/ld-linux.so.2 ] && [ ! -f /lib/ld-linux.so.2 ]; then
17
 
            rm /lib/ld-linux.so.2
18
 
        fi
19
 
    fi
20
12
fi
21
13
 
22
14
if [ "$1" = deconfigure ]; then