updated on Sat Jan 21 16:18:39 UTC 2012
[aur-mirror.git] / metasm-hg / metasm.install
blobf26ff7f95d8baaee0d800630854fc56e4e9ebc8a
1 ## arg 1:  the new package version
2 post_install() {
3   echo "==> Update your RUBYLIB env variable to use metasm."
4   echo "==> e.g: export 'RUBYLIB=$RUBYLIB:/opt/metasm'"
5   echo "==> Test the installation: 'ruby -r metasm -e 'p Metasm::VERSION'"
8 ## arg 1:  the new package version
9 ## arg 2:  the old package version
10 post_upgrade() {
11   echo "==> Update your RUBYLIB env variable to use metasm."
12   echo "==> e.g: export 'RUBYLIB=$RUBYLIB:/opt/metasm'"
13   echo "==> Test the installation: 'ruby -r metasm -e 'p Metasm::VERSION'"
17 # vim:set ts=2 sw=2 et: