mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* debian/postrm: remove the || true on the diversion removal, per Debian
ITP; I suppose we want to know if the diversion removal failed -- Dustin Kirkland <kirkland@ubuntu.com>Tue, 21 Apr 2009 15:08:22 -0500
This commit is contained in:
parent
a9b1fdcb1e
commit
d45f10a1df
2 changed files with 6 additions and 2 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -13,8 +13,12 @@ screen-profiles (1.48) unreleased; urgency=low
|
|||
* screen: default to the light profile, if unspecified; this should be
|
||||
acceptable now that the F9:Menu prompt is always shown, and from there,
|
||||
any user can easily change their profile
|
||||
* keybindings/common: don't force users to name a window on F2 window
|
||||
creation
|
||||
* debian/postrm: remove the || true on the diversion removal, per Debian
|
||||
ITP; I suppose we want to know if the diversion removal failed
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 21 Apr 2009 14:49:21 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 21 Apr 2009 15:08:22 -0500
|
||||
|
||||
screen-profiles (1.47-0ubuntu1) jaunty; urgency=low
|
||||
|
||||
|
|
2
debian/postrm
vendored
2
debian/postrm
vendored
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh -e
|
||||
|
||||
if [ "$1" = "remove" ]; then
|
||||
dpkg-divert --package screen-profiles --rename --remove /usr/bin/screen || true
|
||||
dpkg-divert --package screen-profiles --rename --remove /usr/bin/screen
|
||||
fi
|
||||
|
||||
#DEBHELPER#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue