~ubuntu-branches/ubuntu/intrepid/xml-core/intrepid

« back to all changes in this revision

Viewing changes to debian/xml-core.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Leidert (dale), Daniel Leidert
  • Date: 2007-04-16 19:17:50 UTC
  • Revision ID: james.westby@ubuntu.com-20070416191750-5mr9q5f50k3j6hry
Tags: 0.11
[ Daniel Leidert ]
debian/xml-core.postrm: Only try to remove /var/lib/xml-core, if it
exists (closes: #358364). Thanks to Kurt Roecks, who catched this issue.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
## ----------------------------------------------------------------------
3
 
## debian/prerm : preremoval script for xml-core
4
 
## ----------------------------------------------------------------------
5
 
 
6
 
## ----------------------------------------------------------------------
7
 
set -e
8
 
 
9
 
## ---------------------------------------------------------------------- 
10
 
## automatically generated debhelper commands
11
 
#DEBHELPER#
12
 
 
13
 
exit 0
14
 
 
15
 
## ----------------------------------------------------------------------