~ubuntu-branches/ubuntu/wily/sgb/wily

« back to all changes in this revision

Viewing changes to debian/sgb-doc.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Julian Gilbey
  • Date: 2005-02-22 21:42:10 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050222214210-0wle35tg8vgwwz8f
Tags: 1:20030623-3
Correct manpage (/usr/doc -> /usr/share/doc) (closes: #283980)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh -e
2
 
# Taken from "Automatically added by dh_installdocs" example
3
 
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/sgb-doc ]; then
4
 
        rm -f /usr/doc/sgb-doc
5
 
fi