Add a "none/files" module. This is used to install static files.

This commit is contained in:
Laurence Withers 2006-07-30 13:13:46 +01:00
commit 4863ca9c8b
4 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,11 @@
if [ $# -ne 0 ]
then
print_failure "Too many arguments. None required for this module."
exit 1
fi
do_parameter_subst
true
# kate: replace-trailing-space-save true; space-indent true; tab-width 4;
# vim: expandtab:ts=4:sw=4