summaryrefslogtreecommitdiff
path: root/librewolf/debian/symbols.apt.conf
diff options
context:
space:
mode:
Diffstat (limited to 'librewolf/debian/symbols.apt.conf')
-rw-r--r--librewolf/debian/symbols.apt.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/librewolf/debian/symbols.apt.conf b/librewolf/debian/symbols.apt.conf
new file mode 100644
index 0000000..17f0a8b
--- /dev/null
+++ b/librewolf/debian/symbols.apt.conf
@@ -0,0 +1,9 @@
+Dir::Cache "./apt-tmp/cache";
+Dir::State "./apt-tmp/lists";
+Dir::Etc "./apt-tmp/config";
+Dir::Etc::SourceList "./debian/symbols.sources.list";
+Dir::State::status "./apt-tmp/dpkg/status";
+Dir::Etc::trusted "/etc/apt/trusted.gpg";
+Dir::Etc::trustedparts "/etc/apt/trusted.gpg.d";
+DPkg::Options { "--admindir=./apt-tmp/dpkg"; }
+Acquire::Check-Valid-Until "false";
bgstack15