Explorar el Código

install index.html

Noah Vogt hace 3 años
padre
commit
ca7d3444b6
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      PKGBUILD

+ 1 - 0
PKGBUILD

@@ -309,6 +309,7 @@ package() {
   done
 
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/chromium/LICENSE"
+  install -Dm644 "${srcdir}/index.html" "$pkgdir/usr/share/ungoogled-chromium/index.html"
 }
 
 # vim:set ts=2 sw=2 et: