aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/templatepkg')
-rwxr-xr-xtrunk/src/templatepkg6
1 files changed, 5 insertions, 1 deletions
diff --git a/trunk/src/templatepkg b/trunk/src/templatepkg
index 69b4510..df6467f 100755
--- a/trunk/src/templatepkg
+++ b/trunk/src/templatepkg
@@ -86,7 +86,9 @@ function usage {
echo ""
exit
- # TODO: opcao para apagar script de pos-instalacao
+ # TODO: opcao para apagar script de pos-instalacao ou integrar no -d
+ # TODO: opcao para criar um pacote a partir de um template
+ # TODO: TEMPLATE_FOLDER
}
@@ -567,6 +569,8 @@ function template_list {
# list templates
# usage: template_list [template_name]
+ # TODO: considerar outros valores de TEMPLATE_STORAGE_STYLE
+
local list basedir template
if echo $1 | grep -q "/" || [ ! -z "$1" ]; then