about summary refs log tree commit diff stats
path: root/share/config.pl
diff options
context:
space:
mode:
Diffstat (limited to 'share/config.pl')
-rw-r--r--share/config.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/config.pl b/share/config.pl
index caee891..7d542f3 100644
--- a/share/config.pl
+++ b/share/config.pl
@@ -31,5 +31,6 @@ $profile{mozilla} = $profile{".mozilla"};
 sub get_gpg_fingerprint { return $gpg_fingerprint; }
 sub get_profile { return %profile; }
 sub get_gpg_bin { return $gpg_bin; }
+sub get_backup_dir { return "/tmp/backups" }
 
 1;