mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
hackplugins-meta: add noscript
This commit is contained in:
parent
2a5478f7e1
commit
ffda9811b8
2 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,10 @@
|
|||
"policies": {
|
||||
"DisableAppUpdate": true,
|
||||
"ExtensionSettings": {
|
||||
"{73a6fe31-595d-460b-a920-fcc0f8843232}": {
|
||||
"installation_mode": "normal_installed",
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/noscript/latest.xpi"
|
||||
},
|
||||
"foxyproxy@eric.h.jung": {
|
||||
"installation_mode": "normal_installed",
|
||||
"install_url": "https://addons.mozilla.org/firefox/downloads/latest/foxyproxy-standard/latest.xpi"
|
||||
|
|
|
|||
|
|
@ -12,6 +12,9 @@ KEYWORDS="amd64 arm x86"
|
|||
|
||||
S="${WORKDIR}"
|
||||
|
||||
#noscript
|
||||
#ringleader
|
||||
|
||||
src_install() {
|
||||
einfo "FIXME: This meta package is blank for now"
|
||||
#FIXME: install ${FILESDIR}/ff-policies.json info:
|
||||
|
|
|
|||
Loading…
Reference in a new issue