debian/postinst: make debconf question failsafe, LP: #569041

This commit is contained in:
Dustin Kirkland 2010-05-03 07:28:50 -05:00
commit d673c49c96
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View file

@ -1,6 +1,7 @@
byobu (2.74) unreleased; urgency=low byobu (2.74) unreleased; urgency=low
* usr/lib/byobu/disk_io: fix regex to support RAID devices, LP: #572855 * usr/lib/byobu/disk_io: fix regex to support RAID devices, LP: #572855
* debian/postinst: make debconf question failsafe, LP: #569041
-- Dustin Kirkland <kirkland@ubuntu.com> Wed, 28 Apr 2010 23:11:14 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Wed, 28 Apr 2010 23:11:14 -0500

2
debian/postinst vendored
View file

@ -5,7 +5,7 @@ db_version 2.0
PKG="byobu" PKG="byobu"
db_get byobu/launch-by-default db_get byobu/launch-by-default || true
if [ "$RET" = true ]; then if [ "$RET" = true ]; then
ln -sf /usr/bin/$PKG-launch /etc/profile.d/Z98-$PKG.sh ln -sf /usr/bin/$PKG-launch /etc/profile.d/Z98-$PKG.sh
else else