summaryrefslogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNaglis Jonaitis2021-05-15 14:18:28 +0300
committerNaglis Jonaitis2021-05-15 14:18:28 +0300
commit96d57ba38ffedc8262cefa004f905208a3866452 (patch)
tree2d78bd29e7417da4c21962b2773bd2c1c6329a09 /PKGBUILD
parent7fe23e1435127d3abb3730f5d8ca248f506ac4ac (diff)
downloadpackages-96d57ba38ffedc8262cefa004f905208a3866452.tar.gz
packages-96d57ba38ffedc8262cefa004f905208a3866452.tar.bz2
packages-96d57ba38ffedc8262cefa004f905208a3866452.zip
Do not change the icon of ZIP files
See also: https://github.com/edrlab/thorium-reader/issues/1468
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 4 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8838524..8d97221 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,4 +31,8 @@ package() {
31 # Fix "no icon" issue (see also https://github.com/edrlab/thorium-reader/issues/1241) 31 # Fix "no icon" issue (see also https://github.com/edrlab/thorium-reader/issues/1241)
32 mv ${pkgdir}/usr/share/icons/hicolor/0x0 ${pkgdir}/usr/share/icons/hicolor/1024x1024 32 mv ${pkgdir}/usr/share/icons/hicolor/0x0 ${pkgdir}/usr/share/icons/hicolor/1024x1024
33 install -Dm 644 "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/thorium.png" "${pkgdir}/usr/share/pixmaps/thorium.png" 33 install -Dm 644 "${pkgdir}/usr/share/icons/hicolor/1024x1024/apps/thorium.png" "${pkgdir}/usr/share/pixmaps/thorium.png"
34
35 # Do not change the icon of *.zip files to `x-office-document`.
36 # See also: https://github.com/edrlab/thorium-reader/issues/1468
37 patch -d "${pkgdir}" --strip=1 < ../no_zip_mime.patch
34} 38}