~ubuntu-branches/ubuntu/feisty/sope/feisty

« back to all changes in this revision

Viewing changes to debian/libapache-mod-ngobjweb.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Michael Ablassmeier
  • Date: 2006-10-05 10:35:23 UTC
  • Revision ID: james.westby@ubuntu.com-20061005103523-1trla5794e3uigbv
Tags: 4.4rc.2-3.1
* Non-maintainer upload.
* Check for ucf availability in postrm (Closes: #389965)
* Remove obsolete Dependency on apache2-common with
  apache2.2-common (Closes: #391754)

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
            for ext in  .dpkg-tmp .dpkg-new .dpkg-old .dpkg-dist;  do
10
10
                rm -f /etc/$i/conf.d/mod_ngobjweb$ext
11
11
            done
12
 
            ucf --purge /etc/$i/conf.d/mod_ngobjweb
 
12
            if which ucf > /dev/null ; then
 
13
                ucf --purge /etc/$i/conf.d/mod_ngobjweb
 
14
            fi
13
15
        done
14
16
        ;;
15
17
    *)