diff options
Diffstat (limited to '')
-rwxr-xr-x | debian/postinst | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/debian/postinst b/debian/postinst deleted file mode 100755 index 08581c6..0000000 --- a/debian/postinst +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -set -e - -if [ "$1" = "configure" ] && [ -z "$2" ]; then - add-shell /usr/bin/tmux -fi - -#DEBHELPER# |