]> code.delx.au - monosys/blobdiff - bin/check-local-updates
check-local-updates: don't fail if aptitude doesn't find packages to upgrade
[monosys] / bin / check-local-updates
index 52397b1e7caa096aca7b7913a742946210627dfe..64059295f656587ed83b9f618f7bec77b159db62 100755 (executable)
@@ -13,7 +13,7 @@ function is_arch {
 }
 
 if is_debian; then
-    aptitude search ~U
+    aptitude search ~U || true
 fi
 
 if is_arch; then