remove_files - remove files from system
This script gets called during system setup. It was originally inspired by a similar script by Rodney Campbell.
We search DIR_LIST (see config_setup.sh(8)) for config files (remove_files.list) which contain lines like:
path type
Where:
We also search for remove_lists.list files which contain the names of files to treats as though they were remove_files.list.
Further we look for no_remove.list and no_remove_lists.list the first names individual files and directories that should not be removed, and the latter names remove_lists that should be skipped. The idea is to allow override of an otherwise generic config.
install_files(8), config_setup.sh(8), set_perms(8)
Simon J. Gerraty <sjg@quick.com.au>