Closed m-weigand closed 6 years ago
On Debian Stretch the command 'type rsvg-convert > /dev/null' returns 1 even when the binary is not present in the system. As suggested here:
https://stackoverflow.com/a/677212
use 'command -v' to check for the binary.
On Debian Stretch the command 'type rsvg-convert > /dev/null' returns 1 even when the binary is not present in the system. As suggested here:
https://stackoverflow.com/a/677212
use 'command -v' to check for the binary.