Subversion Repositories DevTools

Rev

Rev 5209 | Rev 5252 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5209 Rev 5211
Line 22... Line 22...
22
PackageDescription ("Tools to automate the creation of LXR Views");
22
PackageDescription ("Tools to automate the creation of LXR Views");
23
DebianFiles ('--PostInst=postinstall.sh');
23
DebianFiles ('--PostInst=postinstall.sh');
24
#
24
#
25
#   Insert the Application
25
#   Insert the Application
26
#
26
#
27
CopyFile ('jats_lxr.sh', '/opt/lxr-scripts/');
27
CopyFile ('jats_lxr.sh', '/opt/lxr-scripts');
28
CopyFile ('jats_lxr.pl', '/opt/lxr-scripts/');
28
CopyFile ('jats_lxr.pl', '/opt/lxr-scripts');
29
CopyFile ('jats_lxr.conf', '/opt/lxr-scripts/', 'jats_lxr.conf.new');
29
CopyFile ('jats_lxr.conf', '/opt/lxr-scripts', 'jats_lxr.conf.new');
30
 
30
 
31
# Templates used by the application
31
# Templates used by the application
32
 
32
 
33
CopyFile ('lxr.template', '/opt/lxr-scripts/');
33
CopyFile ('lxr.template', '/opt/lxr-scripts');
34
CopyFile ('lxr.tree.template', '/opt/lxr-scripts/');
34
CopyFile ('lxr.tree.template', '/opt/lxr-scripts');
35
CopyFile ('lxr.initdb.sh', '/opt/lxr-scripts/');
35
CopyFile ('lxr.initdb.sh', '/opt/lxr-scripts');
36
CopyFile ('lxr.dropdb.sh', '/opt/lxr-scripts/');
36
CopyFile ('lxr.dropdb.sh', '/opt/lxr-scripts');
37
 
37
 
38
#
38
#
39
#   Insert crontab jobs
39
#   Insert crontab jobs
40
#
40
#
41
CopyFile ('lxr.crontab', '/etc/cron.d', 'lxr-manager');
41
CopyFile ('lxr.crontab', '/etc/cron.d', 'lxr-manager');
42
 
42
 
43
 
-
 
44
#
43
#
45
#   Make every thing executable
44
#   Make every thing executable
46
#       This is good for directories
45
#       This is good for directories
47
#       This is good for all files in this package.
46
#       This is good for all files in this package.
48
#
47
#