avoid error when files to clean are not existing

This commit is contained in:
Steffen Möller 2020-02-29 03:15:21 +01:00 committed by GitHub
parent 729995f960
commit a2fe1b6f09
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