mirror of https://github.com/pditzel/dbb.git

Patrick Ditzel
19.26.2018 24f80b84a1183d7f10ec4724974bf48515cd468e
1
2
3
4
5
6
7
8
9
10
11
12
13
#/bin/bash
 
# ToDo
#
# 1. Set installationpath (e.g. /usr/ or /usr/local/) => INSTPATH
# 2. Generate directories
#   - $INSTPATH/lib/dbb
# 3. Check if it is an local user installation odr a global system installation
# 4. If it is a global installation mkdit /etc/dbb.cfg.d an cop dbb.cf to /etc
#    If it is an local user installation create ~/.dbb.cfg.d an cop dbb.cfg to ~/.ddb.cfg
# 5. Copy dbb to $INSTALLPATH/bin/dbb and create symlink from $INSTALLPATH/bin/dbb to $INSTALLPATH/bin/dbbi
 
# To configure dbb during installation, create some dialogs and ask some questions