~ubuntu-branches/ubuntu/trusty/unity-place-files/trusty

1
2
3
4
5
6
7
8
9
10
11
12
13
14
namespace Config {

  const string PREFIX = "/usr";
  
  const string DATADIR = "/usr/share";
  
  const string BINDIR = "/usr/bin";
  
  const string LOCALEDIR = "/usr/share/locale";
  
  const string PACKAGE = "unity-place-files";
  
  const string VERSION = "0.5.14";
}