mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-11 21:27:10 +00:00
Imported using git-ubuntu import. Changelog parent: 131478de625908a57d4ae5c2ddc8793a58fe36e1 New changelog entries: * Add live-build support. The old livecd.sh is still here for compatibility, but this package's primary purpose is now to provide Ubuntu-specific configuration for live-build.
9 lines
127 B
Bash
Executable File
9 lines
127 B
Bash
Executable File
#! /bin/sh
|
|
set -e
|
|
|
|
lb clean noauto "$@"
|
|
|
|
rm -rf config
|
|
rm -f binary.manifest binary.manifest-desktop binary.log
|
|
rm -f livecd.*
|