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

« back to all changes in this revision

Viewing changes to debian/postrm

  • 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
 
2
set -e
 
3
 
 
4
if [ "$1" = "purge" ] ; then rm -rf /etc/X11/ratmenu ; fi
 
5
 
 
6
#DEBHELPER#