diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 | } |