live-systems.org/gitweb
/
live-debconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7c9d12
)
Removing some no longer needed grep calls to filter out templates from debconf script...
author
Daniel Baumann
<daniel@debian.org>
Fri, 18 Jan 2013 13:31:59 +0000
(14:31 +0100)
committer
Daniel Baumann
<daniel@debian.org>
Fri, 18 Jan 2013 13:31:59 +0000
(14:31 +0100)
bin/live-debconfig
patch
|
blob
|
blame
|
history
diff --git
a/bin/live-debconfig
b/bin/live-debconfig
index
93f65ad
..
6cda43e
100755
(executable)
--- a/
bin/live-debconfig
+++ b/
bin/live-debconfig
@@
-70,8
+70,6
@@
Cmdline ()
do
_SCRIPTS="${_SCRIPTS} $(ls /lib/live/debconfig/????-${_DEBCONFIG} 2> /dev/null || true)"
done
-
- _SCRIPTS="$(echo ${_SCRIPTS} | grep -v '\.templates$')"
fi
# Exclude requested scripts
@@
-81,8
+79,6
@@
Cmdline ()
do
_SCRIPTS="$(echo ${_SCRIPTS} | sed -e "s|$(ls /lib/live/debconfig/????-${_NODEBCONFIG} 2> /dev/null || echo none)||")"
done
-
- _SCRIPTS="$(echo ${_SCRIPTS} | grep -v '\.templates$')"
fi
}