aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/templatepkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-06 20:03:24 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-06 20:03:24 +0000
commit005c11c828bec5a42ca4a083cb8a38ba9beff7a3 (patch)
tree963a812d9aad44423dddf1c9d131246fe6261ee7 /trunk/src/templatepkg
parent8f8b9cb92e8a557e077e77400c49193d5e84e074 (diff)
downloadsimplepkg-005c11c828bec5a42ca4a083cb8a38ba9beff7a3.tar.gz
simplepkg-005c11c828bec5a42ca4a083cb8a38ba9beff7a3.tar.bz2
some fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@295 04377dda-e619-0410-9926-eae83683ac58
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