repo/extra/firefox-privacy/build

8 lines
193 B
Plaintext
Raw Normal View History

2019-12-31 05:19:59 +00:00
#!/bin/sh -e
install -Dm644 vendor-*.js \
"$1/usr/lib/firefox/browser/defaults/preferences/vendor.js"
install -Dm644 policies-*.json \
"$1/usr/lib/firefox/distribution/policies.json"