~ubuntu-branches/ubuntu/lucid/bleachbit/lucid

« back to all changes in this revision

Viewing changes to cleaners/gpodder.xml

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2009-10-22 21:49:11 UTC
  • mfrom: (1.1.12 upstream) (0.6.5 sid)
  • Revision ID: james.westby@ubuntu.com-20091022214911-splx3epgkuhr48jb
Tags: 0.7.0-1
* New upstream release.
* debian/patches/GUI_relative_imports.patch:
  - Refreshed for new upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
20
20
 
21
21
-->
22
 
<cleaner id="gpodder">
 
22
<cleaner id="gpodder" os="linux">
23
23
  <label>gPodder</label>
24
24
  <option id="cache">
25
25
    <label>Cache</label>
26
26
    <description>Delete the cache</description>
27
 
    <action type="glob">~/.config/gpodder/cache/*xml</action>
 
27
    <action command="delete" search="glob" path="~/.config/gpodder/cache/*xml"/>
28
28
  </option>
29
29
  <option id="vacuum">
30
30
    <label>Vacuum</label>
31
31
    <description>Clean database fragmentation to reduce space and improve speed without removing any data</description>
32
 
    <action type="sqlite.vacuum">~/.config/gpodder/database.sqlite</action>
 
32
    <action command="sqlite.vacuum" search="file" path="~/.config/gpodder/database.sqlite"/>
33
33
  </option>
34
34
</cleaner>