File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ aarch64)
2525esac
2626
2727do_install() {
28+ # Trying to get file under 100MB so github doesnt complain
29+ rm -f "${DESTDIR}/opt/${pkgname}/fonts/TwemojiMozilla.ttf"
30+
2831 install -dm755 "${DESTDIR}/opt/${pkgname}" "${DESTDIR}/usr/bin" "${DESTDIR}/usr/share/applications" "${DESTDIR}/usr/share/pixmaps"
2932
3033 vinstall "${FILESDIR}/zen.desktop" 0644 usr/share/applications/
@@ -42,9 +45,6 @@ do_install() {
4245 vinstall browser/chrome/icons/default/default${size}.png 0644 usr/share/icons/hicolor/${size}x${size}/apps zen.png
4346 done
4447
45- # Trying to get file under 100MB so github doesnt complain
46- rm -f "${DESTDIR}/opt/${pkgname}/fonts/TwemojiMozilla.ttf"
47-
4848 ln -Ts /usr/share/hunspell "${DESTDIR}/opt/${pkgname}/dictionaries"
4949 ln -Ts /usr/share/hyphen "${DESTDIR}/opt/${pkgname}/hyphenation"
5050 ln -sf /usr/lib/libnssckbi.so "${DESTDIR}/opt/${pkgname}/libnssckbi.so"
You can’t perform that action at this time.
0 commit comments