packages/easyscan: use SANE_DEFAULT_DEVICE

This commit is contained in:
Primrose 2025-07-14 14:48:26 +02:00
parent adc40a83c4
commit c84d7bc3ed
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -76,3 +76,7 @@ echo "$merged_filename" | do_fix
# Copy scan to current directory
cp "$merged_filename" "$OUTPUT_FILE"
# Make sure I don't remove things other than pdf
rm "$tempdir/"*.pdf
rm -d "$tempdir"