~ubuntu-branches/ubuntu/gutsy/ggz-client-libs/gutsy

« back to all changes in this revision

Viewing changes to debian/libggzcore-utils.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Stephen Zander
  • Date: 2003-12-01 00:00:00 UTC
  • Revision ID: james.westby@ubuntu.com-20031201000000-tw4vobhkjl4pz90q
Tags: 0.0.7-1
* New upstream release
* The libggzcore2 package has been renamed libggzcore3 due to a SONAME
  bump upstream.
* Remove the Build-Conflict: on libggzmod-dev, libtool seems to be
  behaving

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh -e
 
2
 
 
3
#DEBHELPER#
 
4
 
 
5
case "$1" in
 
6
purge) rm -f /etc/ggz/ggz.modules ;;
 
7
esac