From 4ae9a511396ea4128f9796446b794a1b45a59e67 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sun, 21 Jun 2009 21:10:35 -0500 Subject: [PATCH] * debian/postinst: remove set -x debugging Signed-off-by: Dustin Kirkland --- debian/changelog | 4 ++-- debian/postinst | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 17863913..742f3f9e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ byobu (2.14) unreleased; urgency=low - * UNRELEASED + * debian/postinst: remove set -x debugging - -- Dustin Kirkland Sun, 21 Jun 2009 13:47:43 -0500 + -- Dustin Kirkland Sun, 21 Jun 2009 21:10:26 -0500 byobu (2.13-0ubuntu1) karmic; urgency=low diff --git a/debian/postinst b/debian/postinst index 1f8b26b1..ca4c0426 100644 --- a/debian/postinst +++ b/debian/postinst @@ -12,7 +12,6 @@ if [ -x "/usr/bin/screen.real" ]; then fi # Notify users that they should reload their profile -set -x DIR="/var/run/screen" for d in $(ls "$DIR"); do touch "$DIR/$d/$PKG.reload-required"