#!/bin/sh set -e if [ "$1" = "remove" ]; then update-alternatives --remove ruby /usr/bin/ruby1.8 fi