Skip to content

Commit aea1069

Browse files
committed
reduce questing/environments/*/config_base/packages to a bare minimum, leave it to APA pkgs to pickup the slack
1 parent e667ae5 commit aea1069

File tree

42 files changed

+683
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+683
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# install optimized browser configurations
2+
cp "${SRC}"/packages/blobs/desktop/chromium.conf "${destination}"/etc/armbian
3+
cp "${SRC}"/packages/blobs/desktop/firefox.conf "${destination}"/etc/armbian
4+
cp -R "${SRC}"/packages/blobs/desktop/chromium "${destination}"/etc/armbian
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# overwrite stock chromium configuration
2+
if [ -d /etc/chromium-browser/ ]; then ln -sf /etc/armbian/chromium.conf /etc/chromium-browser/default; fi
3+
if [ -d /etc/chromium.d/ ]; then ln -sf /etc/armbian/chromium.conf /etc/chromium.d/chromium.conf; fi
4+
cp -R /etc/armbian/chromium /usr/share
5+
6+
# overwrite stock firefox configuration
7+
if [ -d /etc/firefox/ ]; then ln -sf /etc/armbian/firefox.conf /etc/firefox/syspref.js; fi
8+
if [ -d /usr/lib/firefox-esr/ ]; then
9+
ln -sf /etc/armbian/firefox.conf /usr/lib/firefox-esr/mozilla.cfg
10+
echo 'pref("general.config.obscure_value", 0);' > /usr/lib/firefox-esr/defaults/pref/local-settings.js
11+
echo 'pref("general.config.filename", "mozilla.cfg");' >> /usr/lib/firefox-esr/defaults/pref/local-settings.js
12+
fi
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
firefox-esr
2+
chromium
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../common/appgroups/chat
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../common/appgroups/desktop_tools
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../common/appgroups/editors
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
filezilla
2+
putty
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../common/appgroups/multimedia
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../common/appgroups/office
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
build-essential
2+
clang
3+
meld
4+
regexxer

0 commit comments

Comments
 (0)