aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-07-25 00:51:29 +0200
committerUlrich Müller <ulm@gentoo.org>2022-07-25 00:51:29 +0200
commit2ab0c90eb31aeed1a4a95d79181d2dbcb42dbe7d (patch)
tree622b076661d76053cdfe5a748ada8be87a72ae51 /find-binary-files.sh
parentleaf-packages.py: add Python shebang (diff)
downloadqa-scripts-2ab0c90eb31aeed1a4a95d79181d2dbcb42dbe7d.tar.gz
qa-scripts-2ab0c90eb31aeed1a4a95d79181d2dbcb42dbe7d.tar.bz2
qa-scripts-2ab0c90eb31aeed1a4a95d79181d2dbcb42dbe7d.zip
find-binary-files.sh: Account for image/x-xpixmap
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
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") ;;
*)