updated on Wed Jan 11 00:07:16 UTC 2012
[aur-mirror.git] / gltail / gltail.install
blobdca212cda79a9f7642e351a84bb54238aa9f2614
1 ## arg 1:  the new package version
2 post_install() {
3   echo ">> Installing ruby-opengl and net-ssh ruby gems, this could take a while..."
4   gem install --remote ruby-opengl
5   gem install --remote net-ssh -v 1.1.2
6   echo ">> Install complete!"
9 post_upgrade() {
10   post_install $1
13 post_remove() {
14   echo ">> The ruby-opengl and net-ssh ruby gems are still installed on your system, if you want to remove them, run 'gem uninstall ruby-opengl net-ssh'"