add perl-file-mimeinfo

This provides more accurate MIME type detection to xdg-utils.

https://wiki.archlinux.org/index.php/Default_applications#perl-file-mimeinfo
This commit is contained in:
Pig Monkey 2019-01-09 22:04:32 -08:00
parent df54244671
commit a074470892

View file

@ -10,3 +10,8 @@
become_user: "{{ user.name }}"
tags:
- xdg
- name: Install perl-file-mimeinfo
pacman: name=perl-file-mimeinfo state=present
tags:
- xdg