recognize void linux; use the generic linux icon for now; fixes #509

This commit is contained in:
romkatv 2020-02-19 20:11:18 +01:00
commit 060103f63f
3 changed files with 8 additions and 1 deletions

View file

@ -860,6 +860,7 @@ function os_icon_name() {
*nixos*) echo LINUX_NIXOS_ICON;;
*devuan*) echo LINUX_DEVUAN_ICON;;
*manjaro*) echo LINUX_MANJARO_ICON;;
*void*) echo LINUX_VOID_ICON;;
*) echo LINUX_ICON;;
esac
;;