~ubuntu-branches/ubuntu/trusty/hud/trusty-updates

« back to all changes in this revision

Viewing changes to src/hud-list-applications

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-20 19:43:59 UTC
  • mfrom: (1.1.26)
  • Revision ID: package-import@ubuntu.com-20140120194359-jxxxqtd4ql9elvpf
Tags: 13.10.1+14.04.20140120-0ubuntu1
* New rebuild forced
* Automatic snapshot from revision 362

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
if [ -n $HUD_CACHE_DIR ]; then
4
 
        HUD_CACHE_DIR=~/.cache
5
 
fi;
6
 
 
7
 
FINAL_DIR="$HUD_CACHE_DIR/indicator-appmenu"
8
 
 
9
 
if test -e $FINAL_DIR/hud-usage-log.sqlite; then
10
 
        sqlite3 $FINAL_DIR/hud-usage-log.sqlite "select distinct application from usage"
11
 
fi