diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-01-29 06:42:15 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2017-04-03 10:09:13 +0000 |
commit | 8c1f5181877af4cf627e071e683c9e17b623033d (patch) | |
tree | aa04dd23cdc3ad3b3e5ecdc48fae95501a752bae /share/scripts | |
parent | Shortening file removal handling in uninstall target in makefile. (diff) | |
download | compute-tools-8c1f5181877af4cf627e071e683c9e17b623033d.tar.xz compute-tools-8c1f5181877af4cf627e071e683c9e17b623033d.zip |
Cleanup stray preseed.cfg removal.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rwxr-xr-x | share/scripts/debconf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/share/scripts/debconf b/share/scripts/debconf index 5fc9542..64d8b8f 100755 --- a/share/scripts/debconf +++ b/share/scripts/debconf @@ -687,8 +687,6 @@ EOF fi done - rm -f "${DIRECTORY}/preseed.cfg" - # FIXME: Install additional packages after lxc-support has been run. # This is suboptimal, ideally we should install all packages but not run the maintainer scripts, # then run lxc-support, and run the maintainer scripts. This way, lxc-support would see |