#!/bin/sh
set -e

update-alternatives --install /usr/bin/editor editor /usr/bin/tilde 50
#DEBHELPER#
exit 0
