#!/bin/sh
set -e

# use alternatives to avoid conflict with the other, incompatible 'rc' package,
# and so we can maintain compatibility with rc scripts expecting /bin/rc
update-alternatives --install /bin/rc rc /usr/lib/plan9/bin/rc 20

#DEBHELPER#

exit 0
