~stolowski/unity-scope-click/default-department-key

« back to all changes in this revision

Viewing changes to data/click-scope-departments-db.conf.in

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2014-07-17 22:45:18 UTC
  • mfrom: (310.5.12 provide-default-db)
  • Revision ID: tarmac-20140717224518-xp89jxj7eisspvk9
Provide default departments db and an upstart job that copies it to user's home directory (unless it's there already). Added new deb packages.

Approved by PS Jenkins bot, Alejandro J. Cura.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
description "Default Click Departments Database"
 
2
author "Pawel Stolowski <pawel.stolowski@canonical.com>"
 
3
 
 
4
start on starting unity8
 
5
 
 
6
script
 
7
    DB_FILE=@APPS_DATA_DIR@/departments.db
 
8
    [ -f $HOME/.cache/click-departments.db ] || cp $DB_FILE $HOME/.cache/click-departments.db
 
9
end script