Commit 8b44b56d authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-clean: add homebrew support

parent a5a27e3b
......@@ -63,6 +63,9 @@ case $PMTYPE in
urpm-rpm)
sudocmd urpmi --clean
;;
homebrew)
sudocmd brew cleanup -s
;;
pacman)
sudocmd pacman -Sc --noconfirm
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment