~ubuntu-branches/ubuntu/raring/lsb/raring-proposed

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Colin Watson
  • Date: 2011-09-19 09:18:20 UTC
  • Revision ID: cjwatson@canonical.com-20110919091820-w4rc8lml098xgliw
* Cherry-pick from Debian 3.2-28 (LP: #837745):
  - Fix symlinks for AMD64.  (Closes: #638450)

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
            rm -f /lib/ld-lsb.so.[123]
17
17
            ;;
18
18
        amd64)
19
 
            rm -f /lib/ld-lsb.so.[123] /lib64/ld-lsb-x86-64.so.2
 
19
            rm -f /lib/ld-lsb.so.[123] /lib64/ld-lsb-x86-64.so.[23] /lib/ld-lsb-x86-64.so.[23]
20
20
            ;;
21
21
        *)
22
22
            echo "ld-lsb-*.so.1 symlink for $ARCH is unknown; not removed."