diff options
Diffstat (limited to 'scripts/aurblup/config.h.proto')
-rw-r--r-- | scripts/aurblup/config.h.proto | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/scripts/aurblup/config.h.proto b/scripts/aurblup/config.h.proto deleted file mode 100644 index 45acb87..0000000 --- a/scripts/aurblup/config.h.proto +++ /dev/null @@ -1,12 +0,0 @@ -/* libalpm options */ -#define ALPM_DBPATH "/var/lib/aurblup/" -#define ALPM_MIRROR "ftp://mirrors.kernel.org/archlinux/%s/os/x86_64" - -static const char *alpm_repos[] = { - "core", - "community", - "community-testing", - "extra", - "multilib", - "testing" -}; |