~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to debian/libravatar-cdn.prerm

  • Committer: Francois Marier
  • Date: 2015-11-28 20:36:55 UTC
  • Revision ID: git-v1:8ea0cf0e69436b1728ebb3d86da17fbdf1466c74
Update cdn packages for jessie

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/apache2/sites-available/libravatar-cdn.conf
24
25
        rm -f /etc/awstats/awstats.cdn.conf
25
26
    ;;
26
27