Lines Matching refs:clean
335 clean()
361 [-p|--path=<path>] [-c|--clean] [-R|--release=<ALTLinux_release>]
371 -c,--clean clean the cache
386 options=$(getopt -o hp:n:P:cR:4:6:g:d: -l help,rootfs:,path:,name:,profile:,clean,release:,ipv4:,ipv6:,gw:,dns: -- "$@")
401 -c|--clean) clean=1; shift 1;;
412 if [ ! -z "$clean" -a -z "$path" ]; then
413 clean || exit 1
481 if [ ! -z "$clean" ]; then
482 clean || exit 1