summarylogtreecommitdiffstats
path: root/bash-it-git.install
blob: 79648ef950ff0732a37a396c94b6887e9fa4d63c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
post_install() {
  cat >&2 << 'EOF'

    ##                                                  ##
    ## To install bash-it for the logged-in user,       ##
    ## run: /usr/share/bash-it-git/install.sh           ##
    ##                                                  ##

EOF
}

post_remove() {
  cat >&2 << 'EOF'

    ##                                                  ##
    ## To entirely remove user-side effects of bash-it: ##
    ##                                                  ##
    ## 1. Re-install bash-it-git                        ##
    ## 2. For each user, run: ~/.bash_it/uninstall.sh   ##
    ##    (this also restores their original .bashrc)   ##
    ## 3. Remove the `~/.bash_it` directory (optional)  ##
    ## 4. Uninstall bash-it-git                         ##
    ##                                                  ##

EOF
}