diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-14 15:50:53 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-14 15:51:56 +0200 |
commit | 86cbba1d765f27845d3f332cec60222e862b502c (patch) | |
tree | 247d92b5320f3fd7d4301a3f9bcc77d478c5ccc7 /icons/copybreeze.sh | |
parent | 4106162feb2c7af0c0fec6477c5068a1fcb10fae (diff) | |
download | kube-86cbba1d765f27845d3f332cec60222e862b502c.tar.gz kube-86cbba1d765f27845d3f332cec60222e862b502c.zip |
Added mimetype icons
Diffstat (limited to 'icons/copybreeze.sh')
-rwxr-xr-x | icons/copybreeze.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icons/copybreeze.sh b/icons/copybreeze.sh index 43bbcf4a..eec1cf1a 100755 --- a/icons/copybreeze.sh +++ b/icons/copybreeze.sh | |||
@@ -84,3 +84,5 @@ for root, dirs, files in os.walk(dirToWalk): | |||
84 | for file in files: | 84 | for file in files: |
85 | if any(file == s for s in wantedIcons): | 85 | if any(file == s for s in wantedIcons): |
86 | copyFile(dir, root, file) | 86 | copyFile(dir, root, file) |
87 | elif "mimetypes" in root: #Except the explicitly mentioned icons we'll also want all mimetypes | ||
88 | copyFile(dir, root, file) | ||