mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
debian/postinst: make debconf question failsafe, LP: #569041
This commit is contained in:
parent
a98683767b
commit
d673c49c96
2 changed files with 2 additions and 1 deletions
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -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
2
debian/postinst
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue