summaryrefslogtreecommitdiffstats
path: root/debian/open-infrastructure-container-tools.config
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-23 15:39:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-02-23 16:31:01 +0000
commitfd04103766d061e501edaaf2b6721f13cf434d8a (patch)
tree0ba6406cf1ee39b729784bbf82689bc71f3a5ee9 /debian/open-infrastructure-container-tools.config
parentUpdating news entry with backwarts incompatible changes for this upstream ver... (diff)
downloadopen-infrastructure-compute-tools-fd04103766d061e501edaaf2b6721f13cf434d8a.tar.xz
open-infrastructure-compute-tools-fd04103766d061e501edaaf2b6721f13cf434d8a.zip
Updating paths in packaging for new upstream version.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/open-infrastructure-container-tools.config')
-rw-r--r--debian/open-infrastructure-container-tools.config6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/open-infrastructure-container-tools.config b/debian/open-infrastructure-container-tools.config
index 5cc0771..3d6f9e5 100644
--- a/debian/open-infrastructure-container-tools.config
+++ b/debian/open-infrastructure-container-tools.config
@@ -2,7 +2,7 @@
set -e
-CONFFILE="/etc/default/container-tools"
+CONFFILE="/etc/open-infrastructure/container.conf"
. /usr/share/debconf/confmodule
@@ -30,9 +30,9 @@ db_settitle open-infrastructure-container-tools/title
db_input low open-infrastructure-container-tools/cache || true
db_go
-if [ -e /usr/share/container-tools/scripts ]
+if [ -e /usr/share/open-infrastructure/container/scripts ]
then
- SCRIPT_CHOICES="$(cd /usr/share/container-tools/scripts && find -maxdepth 1 -not -type d -and -not -name 'default' -and -not -name 'debconf' -and -not -name '*.d' -printf '%P\n' | sort)"
+ SCRIPT_CHOICES="$(cd /usr/share/open-infrastructure/container/scripts && find -maxdepth 1 -not -type d -and -not -name 'default' -and -not -name 'debconf' -and -not -name '*.d' -printf '%P\n' | sort)"
db_subst open-infrastructure-container-tools/script SCRIPT_CHOICES "$(echo ${SCRIPT_CHOICES} | sed -e 's| |, |g')"
if [ -x /usr/bin/lsb_release ]