diff options
-rwxr-xr-x | clean-pacman | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clean-pacman b/clean-pacman index 160a0f5..96de5b1 100755 --- a/clean-pacman +++ b/clean-pacman @@ -49,6 +49,8 @@ case $cmd in # Remove the cleanup log at the end rm ${cleanup_log} ;; +# DON'T LET MAKEPKG DO REMOVALS OF ITS OWN + -R) exit 0;; esac # Make makepkg dreams come true |