mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* debian/postinst: LP: #1174537
- drop the env python changes in the postinst
This commit is contained in:
parent
3f9debc4c3
commit
e64cbe88cc
2 changed files with 2 additions and 3 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ byobu (5.40) unreleased; urgency=low
|
||||||
|
|
||||||
* usr/share/byobu/profiles/tmux: LP: #1177728
|
* usr/share/byobu/profiles/tmux: LP: #1177728
|
||||||
- use byobu's tmux-screen-keys.conf
|
- use byobu's tmux-screen-keys.conf
|
||||||
|
* debian/postinst: LP: #1174537
|
||||||
|
- drop the env python changes in the postinst
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 07 May 2013 22:01:40 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 07 May 2013 22:01:40 -0500
|
||||||
|
|
||||||
|
|
3
debian/postinst
vendored
3
debian/postinst
vendored
|
@ -12,9 +12,6 @@ else
|
||||||
rm -f /etc/profile.d/Z98-$PKG.sh
|
rm -f /etc/profile.d/Z98-$PKG.sh
|
||||||
fi
|
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
|
# Clean up any old-school screen-profiles diversions of /usr/bin/screen
|
||||||
if [ -f /usr/bin/screen ] && [ -f /usr/bin/screen.real ]; then
|
if [ -f /usr/bin/screen ] && [ -f /usr/bin/screen.real ]; then
|
||||||
divertpkg=$(dpkg-divert --listpackage /usr/bin/screen || true)
|
divertpkg=$(dpkg-divert --listpackage /usr/bin/screen || true)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue