~ubuntu-branches/ubuntu/feisty/aspectc++/feisty

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Reinhard Tartler
  • Date: 2005-12-23 10:49:40 UTC
  • Revision ID: james.westby@ubuntu.com-20051223104940-xed62wm99q11i6d6
Tags: 0.99+1.0pre2-1
* New upstream release. (Closes: #277538)
* Upload sponsored by Norbert Tretkowski <nobse@debian.org>.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
PUMA_CONFIG=/etc/puma.config
 
4
 
 
5
if [ -e $PUMA_CONFIG ]
 
6
then
 
7
  rm -f $PUMA_CONFIG
 
8
fi
 
9
 
 
10
#DEBHELPER#
 
11
exit 0