~ubuntu-branches/ubuntu/vivid/nunit/vivid

« back to all changes in this revision

Viewing changes to debian/monodoc-nunit-manual.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Jo Shields, Jelmer Vernooij, Jo Shields
  • Date: 2010-08-18 22:35:48 UTC
  • Revision ID: james.westby@ubuntu.com-20100818223548-bdlnwtrwcmi9chbb
Tags: 2.4.7+dfsg-6
[ Jelmer Vernooij ]
* Remove myself from uploaders.

[ Jo Shields ]
* debian/monodoc-nunit-manual.postinst,
  debian/monodoc-nunit-manual.prerm:
  + Delete, since this is handled by triggers now (Closes: #591600)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
set -e
3
 
 
4
 
# Remove the node entry
5
 
grep -v nunit /usr/lib/monodoc/monodoc.xml \
6
 
            > /usr/lib/monodoc/monodoc.xml.new
7
 
mv /usr/lib/monodoc/monodoc.xml.new \
8
 
   /usr/lib/monodoc/monodoc.xml
9
 
 
10
 
#DEBHELPER#