~ubuntu-branches/ubuntu/lucid/spamassassin/lucid-proposed

« back to all changes in this revision

Viewing changes to debian/spamassassin.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2007-06-13 11:33:36 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20070613113336-icdflw7kthep7ptm
Tags: 3.2.1-1ubuntu1
* Merge from Debian unstable. Remaining Ubuntu changes:
  - debian/control:
    + Replace libmail-spf-query-perl Recommends with Depends on
      libmail-spf-perl for spamassassin binary.
    + Bump required version for libnet-dns-perl to (>= 0.58) due
      to libmail-spf-perl requirements.
    + Change Maintainer/XSBC-Original-Maintainer field.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
# Compile, if rules have previously been compiled, and it's possible
 
4
if [ -x /usr/bin/re2c -a -x /usr/bin/sa-compile -a -d /var/lib/spamassassin/compiled ]; then
 
5
    sa-compile > /dev/null 2>&1
 
6
fi
 
7
 
 
8
#DEBHELPER#
 
 
b'\\ No newline at end of file'