#!/bin/bash

echo "install to stderr" >&2

# Make sure we report success so the next script will run.
exit 0
