#!/bin/bash

echo "postinstall to stderr" >&2

exit 0

