Utility functions for scripts of the debaux suite
use DebAux::Util;
DebAux::Util::mkdir ('/path/to/a/directory'); DebAux::Util::remove ('/path/to/a/directory');
DebAux::Util::architecture ();
This modules provides utility functions for scripts of the debaux suite.
Creates directory and any missing parent directories.
Removes recursively directory in the way rm -rf would do.
Returns current architecture.
Stefan Hornburg (Racke) <[email protected]>
DebAux::Util comes with \s-1ABSOLUTELY\s0 \s-1NO\s0 \s-1WARRANTY\s0. This is free software, and you are welcome to redistribute and modify it under the terms of the \s-1GNU\s0 General Public License.
Copyright 2001,2005 Stefan Hornburg (Racke) <[email protected]>.