summarylogtreecommitdiffstats
path: root/patent.install
blob: a9d8a97ddd6346295b960a515d5e47be440f5974 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
post_install() {
    cat <<'EOF'
==> Shell completion support is available.

Append completion to your shell config:
  patent --completions "$SHELL" >> ~/.$(basename "$SHELL")rc

Restart your shell or source the config file to apply changes.
EOF
}

post_upgrade() {
    post_install
}