summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-22 04:29:34 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-09-22 04:29:34 -0300
commit02099c8d855fc8a77075409f96e097ce9aa09af6 (patch)
tree32b90aa6ef8156d766c916618512700e67a69142
parent6279830c8b0647d88a25f70a1fa537f2a26037fa (diff)
Take -r away from makepkg
-rwxr-xr-xclean-pacman2
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