diff --git a/make-db.sh b/make-db.sh index 42eaa9b..aa24cc2 100755 --- a/make-db.sh +++ b/make-db.sh @@ -1,5 +1,10 @@ #! /bin/bash cd ./x86_64 + rm ArchCringeRepository* repo-add ArchCringeRepository.db.tar.gz *.pkg.* + +rm ArchCringeRepository.db ArchCringeRepository.files +mv ArchCringeRepository.db.tar.gz ArchCringeRepository.db +mv ArchCringeRepository.files.tar.gz ArchCringeRepository.files diff --git a/x86_64/ArchCringeRepository.db b/x86_64/ArchCringeRepository.db deleted file mode 120000 index f10aee7..0000000 --- a/x86_64/ArchCringeRepository.db +++ /dev/null @@ -1 +0,0 @@ -ArchCringeRepository.db.tar.gz \ No newline at end of file diff --git a/x86_64/ArchCringeRepository.db b/x86_64/ArchCringeRepository.db new file mode 100644 index 0000000..f68797d Binary files /dev/null and b/x86_64/ArchCringeRepository.db differ diff --git a/x86_64/ArchCringeRepository.db.tar.gz b/x86_64/ArchCringeRepository.db.tar.gz deleted file mode 100644 index f3efcd1..0000000 Binary files a/x86_64/ArchCringeRepository.db.tar.gz and /dev/null differ diff --git a/x86_64/ArchCringeRepository.files b/x86_64/ArchCringeRepository.files deleted file mode 120000 index d6ca4d5..0000000 --- a/x86_64/ArchCringeRepository.files +++ /dev/null @@ -1 +0,0 @@ -ArchCringeRepository.files.tar.gz \ No newline at end of file diff --git a/x86_64/ArchCringeRepository.files b/x86_64/ArchCringeRepository.files new file mode 100644 index 0000000..c49bc03 Binary files /dev/null and b/x86_64/ArchCringeRepository.files differ diff --git a/x86_64/ArchCringeRepository.files.tar.gz b/x86_64/ArchCringeRepository.files.tar.gz deleted file mode 100644 index 9749dac..0000000 Binary files a/x86_64/ArchCringeRepository.files.tar.gz and /dev/null differ