No results found.
pkg_prerm
pkg_prerm() { return }
pkg_prerm() { # clean up temp files [[ -d "${ROOT}/var/tmp/foo" ]] && rm -rf "${ROOT}/var/tmp/foo" }
pkg_prerm is used to clean up any files that would otherwise prevent a clean unmerge.