~ubuntu-branches/ubuntu/dapper/ratmenu/dapper

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Walther
  • Date: 2001-10-11 12:15:45 UTC
  • Revision ID: james.westby@ubuntu.com-20011011121545-etni0lx6s4l0sxtg
Tags: 1.6
Changed default resource to "ratmenu" from "9menu"

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