~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to debian/libravatar-www.prerm

  • Committer: Francois Marier
  • Date: 2012-03-06 07:41:38 UTC
  • Revision ID: git-v1:a96ff37497638137350770b43b788708003e79ca
awstats: add a config file for www (bug #904468)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
    remove|deconfigure)
22
22
        a2dissite libravatar-www > /dev/null 2>&1 || true
23
23
        rm -f /etc/apache2/sites-available/libravatar-www
 
24
        rm -f /etc/awstats/awstats.www.conf
24
25
        rm -f /usr/share/libravatar/libravatar/settings.py
25
26
        rm -f /usr/share/libravatar/libravatar/rules.abe
26
27
        find /usr/share/libravatar -type f -name "*.pyc" -delete