2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/extra/firefox-privacy/build

10 lines
245 B
Plaintext
Raw Normal View History

2019-12-31 05:19:59 +00:00
#!/bin/sh -e
mkdir -p \
"$1/usr/lib/firefox/browser/defaults/preferences" \
"$1/usr/lib/firefox/distribution"
2021-07-15 08:19:13 +00:00
cp -f vendor.js "$1/usr/lib/firefox/browser/defaults/preferences"
cp -f policies.json "$1/usr/lib/firefox/distribution"
2019-12-31 05:19:59 +00:00