projects
/
carnet-debian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e2f81c8
)
r10:
author
Ivan Rako
<Ivan.Rako@CARNet.hr>
Wed, 31 Oct 2007 09:04:26 +0000
(09:04 +0000)
committer
Ivan Rako
<Ivan.Rako@CARNet.hr>
Wed, 31 Oct 2007 09:04:26 +0000
(09:04 +0000)
install-carnet-debian
patch
|
blob
|
history
diff --git
a/install-carnet-debian
b/install-carnet-debian
index
321310b
..
0cda5c0
100644
(file)
--- a/
install-carnet-debian
+++ b/
install-carnet-debian
@@
-2,11
+2,7
@@
set -e
-. /usr/share/debconf/confmodule
-
-db_get carnet-debian/packages || true
-packages="`echo $RET | tr -d ','`"
-db_stop || true
+packages="`carnet-debconf-get carnet-debian/packages | tr -d ','`"
if [ -z "$packages" ]; then
echo "CN: No packages for install."