Skip to content

Commit 539e213

Browse files
committed
[fix] : Ignore clean up error
1 parent be8b4b7 commit 539e213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

system/aur.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ cleanup(){
181181
(( "${#remove_list[@]}" != 0 )) && pacman -Rsnc "${remove_list[@]}" "${pacman_args[@]}"
182182

183183
# Clean up
184-
"${aur_helper_command}" -Sccc "${pacman_args[@]}"
184+
"${aur_helper_command}" -Sccc "${pacman_args[@]}" || true
185185

186186
# remove user and file
187187
userdel "${aur_username}"

0 commit comments

Comments
 (0)