mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-16 05:11:31 +00:00
Call Setup_cleanup in live-build/auto/build to set exit handler.
This commit is contained in:
parent
e5bd31c36f
commit
4d877550bd
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
|||||||
|
livecd-rootfs (2.302) wily; urgency=medium
|
||||||
|
|
||||||
|
* Call Setup_cleanup in live-build/auto/build to set exit handler.
|
||||||
|
|
||||||
|
-- Adam Conrad <adconrad@ubuntu.com> Mon, 25 May 2015 23:09:42 -0600
|
||||||
|
|
||||||
livecd-rootfs (2.301) wily; urgency=low
|
livecd-rootfs (2.301) wily; urgency=low
|
||||||
|
|
||||||
[ Michael Vogt ]
|
[ Michael Vogt ]
|
||||||
|
@ -10,6 +10,9 @@ Arguments "${@}"
|
|||||||
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
|
Read_conffiles config/all config/common config/bootstrap config/chroot config/binary config/source
|
||||||
Set_defaults
|
Set_defaults
|
||||||
|
|
||||||
|
# Setup cleanup function
|
||||||
|
Setup_cleanup
|
||||||
|
|
||||||
rm -f binary.success
|
rm -f binary.success
|
||||||
(
|
(
|
||||||
if [ -d config/gnupg ]; then
|
if [ -d config/gnupg ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user