From 80843978ef674d5d2003b366211b47dd94c01a59 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Mon, 29 Nov 2010 14:57:05 -0600 Subject: [PATCH] directory etc/update-motd.d, debian/postinst: - dropped motd message; unfortunately annoyed some people, LP: #680657 - we still need a way to enable people who don't know about byobu to actually find it --- debian/changelog | 11 ++++++----- debian/postinst | 3 +++ 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 682797c1..c1ed2bba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,12 @@ -byobu (3.14) unreleased; urgency=low +byobu (3.14-0ubuntu1) natty; urgency=low * debian/install, etc/update-motd.d/55-window-manager, === removed - directory etc/update-motd.d: dropped motd message; unfortunately - annoyed some people; we still need a way to expose byobu to people - who want it, but don't know what it's called, LP: #680657 + directory etc/update-motd.d, debian/postinst: + - dropped motd message; unfortunately annoyed some people, LP: #680657 + - we still need a way to enable people who don't know about byobu + to actually find it - -- Dustin Kirkland Mon, 29 Nov 2010 14:47:08 -0600 + -- Dustin Kirkland Mon, 29 Nov 2010 14:54:31 -0600 byobu (3.13-0ubuntu1) natty; urgency=low diff --git a/debian/postinst b/debian/postinst index d85ea2cb..c2e2171f 100644 --- a/debian/postinst +++ b/debian/postinst @@ -16,6 +16,9 @@ fi # the divert removal to fail; we don't want that to happen [ -e "/usr/bin/screen.real" ] && [ ! -e "/usr/bin/screen" ] && cp -a /usr/bin/screen.real /usr/bin/screen +# Remove the short-lived MOTD message +rm -f /etc/update-motd.d/55-window-manager + # Notify users that they should reload their profile DIR="/var/run/screen" if [ -d "$DIR" ]; then