Merge pull request #3482 from smoe/patch-2

avoid error when files to clean are not existing
This commit is contained in:
David Anderson 2020-02-28 22:29:28 -08:00 committed by GitHub
commit ec2f4ee669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -25,5 +25,5 @@ install-exec-hook:
fi
clean:
rm boinc-client.service
rm boinc-client
rm -f boinc-client.service
rm -f boinc-client