Skip to content

Commit 290cf79

Browse files
committed
Fixed package descriptions for Firefox fonts mod
1 parent d0e47ff commit 290cf79

File tree

1 file changed

+5
-5
lines changed
  • root/etc/s6-overlay/s6-rc.d/init-mod-firefox-fonts-add-package

1 file changed

+5
-5
lines changed
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
#!/usr/bin/with-contenv bash
22

3-
if ! apk info --installed ttf-dejavu >/dev/null; then
3+
if ! dpkg -s fonts-dejavu >/dev/null; then
44
echo "**** Adding firefox-fonts packages to install list ****"
55
echo "\
6-
ttf-dejavu \
7-
font-noto-emoji \
8-
font-noto-cjk \
9-
font-croscore" >> /mod-repo-packages-to-install.list
6+
fonts-dejavu \
7+
fonts-noto-color-emoji \
8+
fonts-noto-cjk \
9+
fonts-croscore >> /mod-repo-packages-to-install.list
1010
else
1111
echo "**** Firefox-fonts packages already installed, skipping ****"
1212
fi

0 commit comments

Comments
 (0)