#!/bin/sh set -e if [ "$1" = "configure" ] && [ -z "$2" ]; then add-shell /usr/bin/tmux fi #DEBHELPER#