aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'find-binary-files.sh')
-rwxr-xr-xfind-binary-files.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/find-binary-files.sh b/find-binary-files.sh
index db3ecb8..12e6fea 100755
--- a/find-binary-files.sh
+++ b/find-binary-files.sh
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2014-2019 Ulrich Müller
+# Copyright 2014-2022 Ulrich Müller
# Distributed under the terms of the GNU GPL version 2 or later
# Author: Ulrich Müller <ulm@gentoo.org>
@@ -33,6 +33,7 @@ while read line; do
"image/svg; charset=us-ascii") ;; # SVG image
"image/svg+xml; charset=us-ascii") ;; # SVG image
"image/x-xpmi; charset=us-ascii") ;; # XPM image
+ "image/x-xpixmap; charset=us-ascii") ;; # XPM image
"message/rfc822; charset=us-ascii") ;;
"message/rfc822; charset=utf-8") ;;
*)