source: MondoRescue/branches/3.2/contrib/backup-kungfu/install.sh@ 3262

Last change on this file since 3262 was 354, checked in by bcornec, 18 years ago

import website content + contrib + monitas doc

  • Property svn:executable set to *
File size: 486 bytes
Line 
1#!/bin/bash
2
3# Install the docs
4mkdir -p /usr/share/doc/backup-kungfu-0.1.2
5cp ./README COPYRIGHT CHANGELOG /usr/share/doc/backup-kungfu-0.1.2/
6chmod 444 /usr/share/doc/backup-kungfu-0.1.2/*
7
8# Install the example conf and the executable
9cp ./backup-kungfu.conf /etc/
10cp ./backup-kungfu /usr/local/bin
11chmod 644 /etc/backup-kungfu.conf
12chmod 744 /usr/local/bin/backup-kungfu
13
14echo "Everything installed. Please read /usr/share/doc/backup-kungfu-0.1.2/README before you run the script"
Note: See TracBrowser for help on using the repository browser.