summarylogtreecommitdiffstats
path: root/gibo.install
blob: 69b961974f9f2c0a6a2004dd3caccfa2d5a94a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# arg 1: the new package version
# arg 2: the old package version
post_install() {
  cat << EOF

  NOTE ZSH Users:
  If you want to use the gibo completion, you have to source the script
  from /usr/share/zsh/site-functions/_gibo or add it to your ~/.zshrc

EOF
}

post_upgrade() {
  post_install $1
}

post_remove() {
  echo "Remember to remove the ${HOME}/.gitignore-boilerplates directory."
}