summaryrefslogtreecommitdiffstats
path: root/debian/postinst
blob: 08581c64c7b621c38d3fa4da45e8d0f2766c7159 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

if [ "$1" = "configure" ] && [ -z "$2" ]; then
    add-shell /usr/bin/tmux
fi

#DEBHELPER#