Commit 81e2343a authored by Seblu's avatar Seblu
Browse files

Files database is updated with the main one

parent c37db8c0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -98,8 +98,6 @@ add_pkg() {
	pushd "$repo" >/dev/null
	msg2 "Updating $dbname.db.tar.gz"
	repo-add -q -s "$dbname.db.tar.gz" "$@"
	msg2 "Updating $dbname.files.tar.gz"
	repo-add -q -s -f "$dbname.files.tar.gz" "$@"
	popd >/dev/null
}