~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to debian/libravatar-cdn.prerm

  • Committer: Francois Marier
  • Date: 2011-05-14 11:34:57 UTC
  • Revision ID: git-v1:ecddc2d4254071d38002293dae9aa7d7bda9ff2d
Include awstats config as part of -cdn and -seccdn

This is optional but will automatically be enabled if awstats is installed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    remove|deconfigure)
22
22
        a2dissite libravatar-cdn > /dev/null 2>&1 || true
23
23
        rm -f /etc/apache2/sites-available/libravatar-cdn
 
24
        rm -f /etc/awstats/awstats.cdn.conf
24
25
    ;;
25
26
 
26
27
    upgrade)