~ubuntu-branches/ubuntu/precise/gdk-pixbuf/precise-proposed

« back to all changes in this revision

Viewing changes to debian/libgdk-pixbuf2.0-0.postrm.in

  • Committer: Bazaar Package Importer
  • Author(s): Michael Biebl, Steve Langasek, Michael Biebl
  • Date: 2011-07-16 01:25:32 UTC
  • mto: This revision was merged to the branch mainline in revision 31.
  • Revision ID: james.westby@ubuntu.com-20110716012532-x1n6xtepodoc6jyh
[ Steve Langasek ]
* Multiarch support. (Closes: #632354)

[ Michael Biebl ]
* debian/libgdk-pixbuf2.0-dev.install:
  - Don't ship libtool .la file as this breaks multiarch.
* debian/control.in:
  - Change Build-Depends on libjpeg62-dev to libjpeg-dev in preparation of
    the libjpeg8 transition. (Closes: #633940)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
set -e
 
3
 
 
4
#DEBHELPER#
 
5
 
 
6
if [ -d /usr/lib/#MULTIARCH#/gdk-pixbuf-2.0/2.10.0 ]; then
 
7
    # Purge the cache
 
8
    rm -f /usr/lib/#MULTIARCH#/gdk-pixbuf-2.0/2.10.0/loaders.cache
 
9
    rmdir -p --ignore-fail-on-non-empty /usr/lib/#MULTIARCH#/gdk-pixbuf-2.0/2.10.0
 
10
fi
 
11