From e64cbe88cc26736e4a89294133bd0744ce1d933a Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 8 May 2013 12:53:20 -0500 Subject: [PATCH] * debian/postinst: LP: #1174537 - drop the env python changes in the postinst --- debian/changelog | 2 ++ debian/postinst | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 87522e44..a23031dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ byobu (5.40) unreleased; urgency=low * usr/share/byobu/profiles/tmux: LP: #1177728 - use byobu's tmux-screen-keys.conf + * debian/postinst: LP: #1174537 + - drop the env python changes in the postinst -- Dustin Kirkland Tue, 07 May 2013 22:01:40 -0500 diff --git a/debian/postinst b/debian/postinst index f4f91c2c..a77080a2 100644 --- a/debian/postinst +++ b/debian/postinst @@ -12,9 +12,6 @@ else rm -f /etc/profile.d/Z98-$PKG.sh fi -# Replace the development tree's "/usr/bin/env python" shebang -sed -i -e "s:^#!/usr/bin/env python:#!/usr/bin/python:" /usr/bin/byobu-config /usr/bin/byobu-select-session /usr/lib/byobu/include/ec2instancespricing.py - # Clean up any old-school screen-profiles diversions of /usr/bin/screen if [ -f /usr/bin/screen ] && [ -f /usr/bin/screen.real ]; then divertpkg=$(dpkg-divert --listpackage /usr/bin/screen || true)