2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
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"