summaryrefslogtreecommitdiffstats
path: root/archive/backup2l/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'archive/backup2l/INSTALL')
-rwxr-xr-xarchive/backup2l/INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/archive/backup2l/INSTALL b/archive/backup2l/INSTALL
new file mode 100755
index 0000000000..57e836c380
--- /dev/null
+++ b/archive/backup2l/INSTALL
@@ -0,0 +1,5 @@
+ install -m 755 backup2l /usr/bin &&
+ install -m 644 backup2l.8 /usr/man/man8 &&
+ if [ ! -f /etc/backup2l.conf ] ; then
+ install -m 644 first-time.conf /etc/backup2l.conf
+ fi