~ubuntu-branches/ubuntu/natty/ratmenu/natty

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Walther
  • Date: 2005-03-30 23:54:52 UTC
  • mfrom: (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050330235452-ml5qm7wy12in9u39
Tags: 2.3.5
Fixed insufficiently initialized variable.

Show diffs side-by-side

added added

removed removed

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