summaryrefslogtreecommitdiffstats
path: root/debian/postinst
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xdebian/postinst9
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#