~arky/ubuntu/lucid/libsmbios/fix-357212

« back to all changes in this revision

Viewing changes to debian/libsmbiosxml0.postrm.debhelper

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Tallon
  • Date: 2005-12-29 03:52:25 UTC
  • Revision ID: james.westby@ubuntu.com-20051229035225-vbchddlvnp26n7dy
Tags: 0.10.6-2
* FTBFS: Restrict building to supported architectures (Closes: #344652)
  - moved 'doxygen' to Build-Depends (from -Indep) (Closes: #344745)

* Package sponsored by Roberto Lumbreras <rover@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Automatically added by dh_makeshlibs
2
 
if [ "$1" = "remove" ]; then
3
 
        ldconfig
4
 
fi
5
 
# End automatically added section