updated on Fri Jan 20 04:00:45 UTC 2012
[aur-mirror.git] / autojump-git / autojump-git.install
blob0854e3a9f4b0f179ac09bce02e2cf663df39fc75
1 #This code is licensed under the GPL, version 3.
2 #A full copy of the license can be obtained by contacting the author at the following email adress: joel.schaerer@laposte.net
4 # arg 1:  the new package version
5 post_install() {
6   echo " > You need to source /etc/profile in your ~/.bashrc or ~/.zshrc for autojump  to work"
7   echo " > man autojump for instructions."
8   /bin/true
11 # arg 1:  the new package version
12 # arg 2:  the old package version
13 post_upgrade() {
14   post_install $1
15   /bin/true
18 op=$1
19 shift
20 $op $*