~ubuntu-branches/ubuntu/trusty/docbook-xml/trusty

« back to all changes in this revision

Viewing changes to debian/preinst

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale), Daniel Leidert
  • Date: 2007-04-18 20:53:41 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070418205341-21oyzu6b9wevm1yu
Tags: 4.5-2
* Adding the Debian XML/SGML group and myself as co-maintainers closes:
  #358520. Simply forgot it.

[ Daniel Leidert ]
* catalog: Added system IDs too for DOCTYPE declarations only containing a
  system ID.
* docbook-4.0/docbook.cat: Likewise.
* debian/patches/06_add_system_identifiers_to_catalog.dpatch: Likewise.
* debian/docbook-xml.examples: Fixed examples location: will re-add them
  back to the package.
* debian/docbook-xml.xmlcatalogs.in: Added entry for "-//OASIS//DTD XML
  Exchange Table Model 19990315//EN" FPI to the root catalog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
# converting a directory to symlinks during package upgrade doesn't work,
6
 
# lets remove the junk in here by hand
7
 
# bug 143780, problems caused by danging symlinks
8
 
if [ "$1" = upgrade ]; then
9
 
    rm -r /usr/share/sgml/docbook/dtd/xml/[1-9]* || true
10
 
fi
11
 
 
12
 
# automatically generated debhelper commands
13
 
#DEBHELPER#
14
 
 
15
 
exit 0