~ubuntu-branches/ubuntu/hoary/pacman/hoary

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Joe Nahmias
  • Date: 2003-10-29 12:52:30 UTC
  • Revision ID: james.westby@ubuntu.com-20031029125230-kyl842evu7irna50
Tags: 10-15
* New Maintainer (closes: #182985).
* Update build system to use debhelper.
* debian/control: Std-Ver (bumped to 3.6.1).
* pacman.man: escaped bare dash.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
PACKAGE=pacman
4
 
 
5
 
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/$PACKAGE ]; then
6
 
    rm -f /usr/doc/$PACKAGE
7
 
fi