#!/bin/sh

set -e

if [ "$1" = "remove" ]; then
    remove-shell /usr/bin/tmux
fi

#DEBHELPER#
