~paolorotolo/software-center/fix-for-963309

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Michael Vogt
  • Date: 2009-08-24 13:34:13 UTC
  • Revision ID: michael.vogt@ubuntu.com-20090824133413-2u4cey0b90e6bqfe
rename from app-center to software-store

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
if [ "$1" = "purge" ]; then
6
6
    # remove the cached application data
7
 
    rm -f /var/cache/app-center/*
 
7
    rm -f /var/cache/software-store/*
8
8
fi
9
9
 
10
10