Browse Source

Ensure clean succeeds even if dist.zip is missing

Joshua Boniface 4 years ago
parent
commit
8b31ca46dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -12,4 +12,4 @@ override_dh_auto_build:
 
 override_dh_auto_clean:
 	dh_auto_clean $@
-	rm dist.zip
+	rm dist.zip || true