summarylogtreecommitdiffstats
path: root/zlong_alert.install
blob: 8162d98f0798c93f61a352874d23dd14fe9827d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## arg 1:  the new package version
post_install() {
  echo -e "
\e[1;33m::\e[0m To use, add "zlong_alert" to the list of plugins in .zshrc file.
"
}

## arg 1:  the old package version
post_remove() {
  echo -e "
\e[1;33m::\e[0m Don't forget to remove "zlong_alert" from your oh-my-zsh plugins in your .zshrc file.
"
}

# vim:set ts=2 sw=2 et: