mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* debian/postinst: remove set -x debugging
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
b0dfb853d1
commit
4ae9a51139
2 changed files with 2 additions and 3 deletions
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -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
1
debian/postinst
vendored
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue