firefox-108.0 rebuild

This commit is contained in:
Rmys
2022-12-13 23:04:29 +03:00
parent d042e3f467
commit da693dd33d
5 changed files with 16 additions and 4 deletions
+3
View File
@@ -93,6 +93,9 @@ def install():
# Install branding icon
pisitools.insinto("/usr/share/pixmaps", "browser/branding/official/default256.png", "firefox.png")
for s in (16, 22, 24, 32, 48, 64, 128, 256):
pisitools.insinto("/usr/share/icons/hicolor/%dx%d/apps" % (s,s), "browser/branding/official/default%d.png" % s, "firefox.png")
# Install docs
pisitools.dodoc("README*", "LICENSE")