diff --git a/pacman-helper.sh b/pacman-helper.sh index d3fea73763..d18c739f02 100755 --- a/pacman-helper.sh +++ b/pacman-helper.sh @@ -630,6 +630,7 @@ quick_action () { # ... fi # Remove the temporary directory + chmod -R +w "$dir/.git/objects" && rm -r "$dir" || die "Could not remove $dir/" }