* debian/postinst: remove set -x debugging

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-06-21 21:10:35 -05:00
commit 4ae9a51139
2 changed files with 2 additions and 3 deletions

4
debian/changelog vendored
View file

@ -1,8 +1,8 @@
byobu (2.14) unreleased; urgency=low byobu (2.14) unreleased; urgency=low
* UNRELEASED * debian/postinst: remove set -x debugging
-- Dustin Kirkland <kirkland@ubuntu.com> Sun, 21 Jun 2009 13:47:43 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Sun, 21 Jun 2009 21:10:26 -0500
byobu (2.13-0ubuntu1) karmic; urgency=low byobu (2.13-0ubuntu1) karmic; urgency=low

1
debian/postinst vendored
View file

@ -12,7 +12,6 @@ if [ -x "/usr/bin/screen.real" ]; then
fi fi
# Notify users that they should reload their profile # Notify users that they should reload their profile
set -x
DIR="/var/run/screen" DIR="/var/run/screen"
for d in $(ls "$DIR"); do for d in $(ls "$DIR"); do
touch "$DIR/$d/$PKG.reload-required" touch "$DIR/$d/$PKG.reload-required"