~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to debian/libravatar-seccdn.postrm

  • Committer: Francois Marier
  • Date: 2011-05-23 11:24:22 UTC
  • Revision ID: git-v1:2566cc39fd02f1b90bbdac3d0ff5682c851cff3e
fix failure to install cdn and seccdn packages on a fresh install

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
case "$1" in
27
27
    remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
28
 
        rmdir --ignore-fail-on-non-empty /etc/awstats
 
28
        rmdir --ignore-fail-on-non-empty /etc/awstats || true
29
29
        rmdir -p ${AWSTATS_DIR} || true
30
30
    ;;
31
31