Initial commit

This commit is contained in:
2020-12-13 16:35:19 +00:00
commit b40b790d4d
3 changed files with 623 additions and 0 deletions

7
install Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh -e
install -Dm644 vendor.js \
"/usr/lib/firefox/browser/defaults/preferences/vendor.js"
install -Dm644 policies.json \
"/usr/lib/firefox/distribution/policies.json"