~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to debian/libravatar-common.postrm

  • Committer: Francois Marier
  • Date: 2011-05-26 11:43:11 UTC
  • Revision ID: git-v1:1745d3c2d975c30525651559d1f0e20e38878fc7
Move js and css to -www and split images between -www and -cdn-common

Javascript and CSS files should be tied to the web application version
and not depend on mirrors to be up to date.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
    purge)
29
29
        rm -rf /var/log/libravatar
30
 
        if [ -d /var/lib/libravatar ]; then
31
 
            echo
32
 
            echo "NOTE: purge does _not_ remove:"
33
 
            echo " * /var/lib/libravatar"
34
 
            echo "You must do this yourself if you really want to!"
35
 
            echo
36
 
        fi
37
30
    ;;
38
31
 
39
32
    *)