diff options
-rw-r--r-- | debian/itzks-systems-common.maintscript | 1 | ||||
-rw-r--r-- | etc/firefox-esr/itzks_caching.js | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/debian/itzks-systems-common.maintscript b/debian/itzks-systems-common.maintscript index 8db0638..637dd31 100644 --- a/debian/itzks-systems-common.maintscript +++ b/debian/itzks-systems-common.maintscript @@ -3,3 +3,4 @@ mv_conffile /etc/modprobe.d/dsp-fix.conf /etc/modprobe.d/itzks-systems-common_ds rm_conffile /etc/network/if-up.d/itzks-autofs 2022.01.01.1~ rm_conffile /etc/network/if-up.d/itzks-cups 2022.01.01.1~ rm_conffile /etc/chromium/policies/managed/itzks-systems-common.json 2022.01.07.1~ +rm_conffile /etc/firefox-esr/itzks_caching.js 2022.01.07.1~ diff --git a/etc/firefox-esr/itzks_caching.js b/etc/firefox-esr/itzks_caching.js deleted file mode 100644 index 929ea31..0000000 --- a/etc/firefox-esr/itzks_caching.js +++ /dev/null @@ -1,2 +0,0 @@ -pref("browser.cache.disk.enable", "false"); -pref("browser.cache.memory.enable", "true"); |