~ubuntu-branches/ubuntu/precise/glib2.0/precise-updates

« back to all changes in this revision

Viewing changes to debian/libglib2.0-0.postrm.in

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Martin Pitt
  • Date: 2012-01-03 18:16:47 UTC
  • mfrom: (1.59.34)
  • Revision ID: package-import@ubuntu.com-20120103181647-7jsgxz37px0igbna
Tags: 2.31.6-0ubuntu1
* New upstream version
* debian/patches/disable-test-gdbus-hanging.patch:
  - dropped the tests have been fixed in the new version
* debian/libglib2.0-0.postrm.in:
  - restore change dropped by error, don't clean the gsettings mmap on 
    upgrades to avoid having a time where no schemas seems installed which
    leads to applications erroring out
* debian/libglib2.0-0.symbols: 
  - new version update

[ Martin Pitt ]
* debian/control.in: Re-add our Vcs-Bzr:.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    rmdir -p --ignore-fail-on-non-empty /usr/lib/gio/modules
15
15
fi
16
16
 
17
 
if [ -d /usr/share/glib-2.0/schemas ]; then
 
17
if [ "$1" = purge ] && [ -d /usr/share/glib-2.0/schemas ]; then
18
18
    # Purge the compiled schemas
19
19
    rm -f /usr/share/glib-2.0/schemas/gschemas.compiled
20
20
    rmdir -p --ignore-fail-on-non-empty /usr/share/glib-2.0/schemas